15 lines
170 B
INI
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 |