continuity/Server/settings.Development.json

18 lines
271 B
JSON
Raw Normal View History

2023-08-14 13:50:36 +02:00
{
"DB": {
"Username": "continuity",
"Host": "localhost",
"Password": "continuity",
2023-08-14 13:50:36 +02:00
"Database": "continuity",
"Port": "5432"
2023-08-14 13:50:36 +02:00
},
"Testing": {
"CreateAccountOnLogin": true
2023-11-08 19:49:23 +01:00
},
"Game":{
"Data":{
"Path": "../wk-data/"
2023-11-08 19:49:23 +01:00
}
2023-08-14 13:50:36 +02:00
}
}