OpenAuth_server/Backend/example.config.ini

17 lines
200 B
INI

[database]
host=localhost
database=openauth
[core]
name = OpenAuthService
secret = dev
[web]
port = 3000
[mail]
server = mail.example.com
username = test
password = test
port = 595