OpenAuth_server/Backend/example.config.ini
2023-04-14 15:13:53 +02:00

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