Schafkopf-Server/Resources/config_example.json
2022-11-24 21:39:35 +01:00

12 lines
289 B
JSON

{
"serverPort": 8000,
"production": false,
"mail": {
"serverDomain": "https://example.com/schafkopf",
"emailHostname": "example.com",
"email": "schafkopf@example.com",
"password": "some-secret-string",
"tokenExpiryDuration": 15,
}
}