Add example config
This commit is contained in:
11
Resources/config_example.json
Normal file
11
Resources/config_example.json
Normal file
@ -0,0 +1,11 @@
|
||||
{
|
||||
"serverPort": 8000,
|
||||
"production": false,
|
||||
"mail": {
|
||||
"serverDomain": "https://example.com/schafkopf",
|
||||
"emailHostname": "example.com",
|
||||
"email": "schafkopf@example.com",
|
||||
"password": "some-secret-string",
|
||||
"tokenExpiryDuration": 15,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user