continuity/Server/settings.Development.json
Timothy Schenk 9f3007b10e
All checks were successful
Build, Package and Push Images / preprocess (push) Successful in 2s
Build, Package and Push Images / build (push) Successful in 25s
Build, Package and Push Images / sbom-scan (push) Successful in 49s
Build, Package and Push Images / container-build (push) Successful in 2m11s
Build, Package and Push Images / sonarqube (push) Successful in 2m12s
Build, Package and Push Images / container-sbom-scan (push) Successful in 39s
chore: reformatting
2023-11-19 17:07:28 +01:00

17 lines
273 B
JSON

{
"DB": {
"Username": "continuity",
"Host": "localhost",
"Password": "continuity",
"Database": "continuity",
"Port": "5432"
},
"Testing": {
"CreateAccountOnLogin": true
},
"Game": {
"Data": {
"Path": "../wk-data/"
}
}
}