continuity/Server/settings.Development.json

18 lines
270 B
JSON
Raw Normal View History

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