19 lines
503 B
JSON
19 lines
503 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"mssql": "Server=mssql_container;initial Catalog=CONSTRUCTOR;User ID=sa;Password=XeFu*t7VXFE&s%)_HwKDk!;Connect Timeout=30;Encrypt=False;TrustServerCertificate=True"
|
|
},
|
|
"ApiSettings": {
|
|
"BaseUrl": "https://dev.cond.polikarbilisim.com"
|
|
},
|
|
"SignalRHubSettings": {
|
|
"BaseUrl": "https://dev.cond.polikarbilisim.com"
|
|
}
|
|
}
|