Add example config
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -8,4 +8,5 @@ db.sqlite
|
|||||||
.swiftpm
|
.swiftpm
|
||||||
|
|
||||||
Package.resolved
|
Package.resolved
|
||||||
Resources/
|
Resources/db.sqlite
|
||||||
|
Resources/config.json
|
||||||
|
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