fix: update appsettings.Development.json with necessary configuration settings
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m53s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 5m53s
This commit is contained in:
@@ -1,9 +1,18 @@
|
|||||||
{
|
{
|
||||||
"DetailedErrors": true,
|
"GwUrl": "https://cms.kbs2.ir",
|
||||||
|
"DownloadUrl": "",
|
||||||
|
"EncryptionSettings": {
|
||||||
|
"Key": "kmcQ3XTmH4mrdh8VHziuscyf8LLYjG//Kyni81nH/0E=",
|
||||||
|
"IV": "1wyF3Tt142MOkCpIyCxh/g=="
|
||||||
|
},
|
||||||
|
"SignalR": {
|
||||||
|
"HubPath": "/hubs/token-notification"
|
||||||
|
},
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
"Microsoft.AspNetCore": "Warning"
|
"Microsoft.AspNetCore": "Warning"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"AllowedHosts": "*"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user