sync build tree from private myoffice

This commit is contained in:
myoffice-sync
2026-08-05 11:31:19 +00:00
parent 405abdfe69
commit afa4c42105
60 changed files with 249 additions and 2400 deletions
-31
View File
@@ -1,31 +0,0 @@
{
"DatabaseProvider": "npgsql",
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://*:8080"
}
}
},
"FrontEnd": {
"Host": "http://localhost:32080"
},
"Cors": {
"AllowedOrigins": [
"http://localhost:32080",
"http://127.0.0.1:32080"
]
},
"OpenIddict": {
"SigningKeyPath": "",
"EncryptionKeyPath": "",
"UseEphemeralKeys": true,
"AllowHttp": true
}
}