mirror of
https://github.com/spacebarchat/server.git
synced 2026-03-30 13:55:39 +00:00
21 lines
532 B
JSON
21 lines
532 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar; Port=5433; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;"
|
|
},
|
|
"Spacebar": {
|
|
"Authentication": {
|
|
"PublicKeyPath": "../../../jwt.key.pub",
|
|
"PrivateKeyPath": "../../../jwt.key"
|
|
},
|
|
"UApi":{
|
|
"FallbackApiEndpoint": "http://localhost:3113"
|
|
}
|
|
}
|
|
}
|