OpenAuth_server/example.config.ini
2018-11-10 15:12:38 +01:00

15 lines
170 B
INI

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