Restore backend-dotnet
This commit is contained in:
30
backend-dotnet/appsettings.Production.json
Normal file
30
backend-dotnet/appsettings.Production.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore.Authentication": "Warning",
|
||||
"Microsoft.AspNetCore.Authorization": "Warning",
|
||||
"Microsoft.IdentityModel": "Warning",
|
||||
"System.Net.Http.HttpClient": "Warning",
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": "Information",
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler": "Information",
|
||||
"Microsoft.AspNetCore.Authorization.AuthorizationMiddleware": "Information",
|
||||
"Microsoft.AspNetCore.Authorization.DefaultAuthorizationService": "Information",
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"AppConfig": {
|
||||
"DbHost": "postgres",
|
||||
"DbPort": "5432",
|
||||
"DbName": "dexdemo",
|
||||
"DbUser": "dexdemo",
|
||||
"DbPassword": "dexdemo",
|
||||
"Issuer": "https://dex.127.0.0.1.sslip.io/",
|
||||
"InsecureDevMode": false,
|
||||
"AllowedOrigins": ["https://yourdomain.com"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user