This commit is contained in:
2026-07-29 00:15:56 +03:30
parent f115b2bc85
commit 7dd333f013
8 changed files with 630 additions and 123 deletions
+25 -1
View File
@@ -24,6 +24,30 @@
"DisableSSLCheck": true,
"DefaultClientTimeout": -1
},
"DataServiceConfiguration": {
"Databases": {
"xAiApiDb": {
"Provider": "SQLITE",
"ConnectionString": "Filename=./Db/XAiApi.db",
"SeedItems": {}
}
},
"EnableTracking": true,
"EnableSoftDelete": true,
"EnableDetailedErrors": false,
"SeedingMode": "AddIfNotExists",
"EnableSensitiveDataLogging": true,
"PagingConfiguration": {
"DefaultPageSize": 20,
"MaxAvailablePageSize": 400,
"MinAvailablePageSize": 5
},
"GraphQLBasePath": "/graphs"
},
"PushServiceConfiguration": {
"BaseRoute": "hubs",
"AddSupportMessageProtocol": true
},
"Logging": {
"LogLevel": {
"Default": "Information",
@@ -31,4 +55,4 @@
}
},
"AllowedHosts": "*"
}
}