OpenAuth_server/Backend/example.config.ini
Fabian Stamm 60b0c2f577
All checks were successful
CI / build (push) Successful in 21m31s
Switch back to older version of safe_mongo, since the new one is esm only
2023-11-29 12:04:45 +01:00

18 lines
227 B
INI

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