58 lines
1.4 KiB
JSON
58 lines
1.4 KiB
JSON
{
|
|
"Version": "0.1",
|
|
"Name": "xAiApi",
|
|
"DefaultLanguage": "fa-IR",
|
|
"XPoweredValue": "SaherElmITCenter",
|
|
"WelcomeMessage": "Welcome to xSaherElm Project's AI API",
|
|
"AllowedOrigins": [
|
|
"http://api.saherelm.ir",
|
|
"https://api.saherelm.ir",
|
|
"http://api.saherelmhub.ir",
|
|
"https://api.saherelmhub.ir"
|
|
],
|
|
"SwaggerConfiguration": {
|
|
"Version": "v1.0",
|
|
"Title": "xSaherElm AI API",
|
|
"Description": "Complete AI API Documentation",
|
|
"Contact": {
|
|
"Name": "Hadi Khazaee Asl",
|
|
"Email": "hadi_khazaee_asl@yahoo.com",
|
|
"Url": "https://www.saherelm.ir"
|
|
}
|
|
},
|
|
"HttpServiceConfiguration": {
|
|
"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",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
} |