You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.8 KiB
56 lines
1.8 KiB
{
|
|
"Environment": "Production", //Production //Development
|
|
"ApiSettings": {
|
|
//"BaseUrl": "https://keytest.aik518.com",
|
|
//"FileUrl": "https://keytest.aik518.com/prod-api/work_file/file/file_download?objectName=",
|
|
//"QRCodeUrl": "http://key.aik518.com/protal/down.html",
|
|
//"WSUrl": "wss://keytest.aik518.com/prod-api/socketserver/socket/websocket",
|
|
"BaseUrl": "https://key.aik518.com",
|
|
"FileUrl": "https://key.aik518.com/prod-api/work_file/file/file_download?objectName=",
|
|
"QRCodeUrl": "http://key.aik518.com/protal/down.html",
|
|
"WSUrl": "wss://key.aik518.com/prod-api/socketserver/socket/websocket",
|
|
//"BaseUrl": "https://key.aik.hk/",
|
|
//"FileUrl": "https://key.aik.hk/prod-api/work_file/file/file_download?objectName=",
|
|
//"QRCodeUrl": "https://key.aik.hk/protal/down.html",
|
|
//"WSUrl": "wss://key.aik.hk/prod-api/socketserver/socket/websocket",
|
|
"AiWebChatUrl": "https://ai.aik518.com/chat",
|
|
"Timeout": 30,
|
|
"RetryCount": 3,
|
|
"Language": "zh",
|
|
"Endpoints": {
|
|
"GetCarData": "/api/v1/cars",
|
|
"GetCarModels": "/api/v1/models/{0}",
|
|
"GetCarImages": "/api/v1/images/{0}",
|
|
"Authentication": "/api/v1/auth/login"
|
|
}
|
|
|
|
},
|
|
"CacheSettings": {
|
|
"DataCacheExpiryHours": 8,
|
|
"ImageCacheExpiryDays": 15,
|
|
"MaxCacheSizeMB": 100
|
|
},
|
|
"Logging": {
|
|
"NLog": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"System": "Warning"
|
|
},
|
|
"InternalLogLevel": "Info",
|
|
"InternalLogFile": "internal-nlog.txt"
|
|
}
|
|
},
|
|
"LogUpload": {
|
|
"Enabled": true,
|
|
"ApiUrl": "https://api.yourserver.com/logs",
|
|
"TimeoutSeconds": 30,
|
|
"BatchSize": 100,
|
|
"MaxRetries": 3
|
|
},
|
|
"Application": {
|
|
"Name": "AIKKey",
|
|
"Version": "1.0.0",
|
|
"Environment": "Production"
|
|
}
|
|
}
|