Restore backend-dotnet
This commit is contained in:
30
backend-dotnet/appsettings.Development.json
Normal file
30
backend-dotnet/appsettings.Development.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Debug",
|
||||
"Microsoft.AspNetCore.Authentication": "Trace",
|
||||
"Microsoft.AspNetCore.Authorization": "Trace",
|
||||
"Microsoft.IdentityModel": "Trace",
|
||||
"System.Net.Http.HttpClient": "Trace",
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer": "Trace",
|
||||
"Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler": "Trace",
|
||||
"Microsoft.AspNetCore.Authorization.AuthorizationMiddleware": "Trace",
|
||||
"Microsoft.AspNetCore.Authorization.DefaultAuthorizationService": "Trace",
|
||||
"Microsoft.Hosting.Lifetime": "Information",
|
||||
"Microsoft.AspNetCore": "Information"
|
||||
}
|
||||
},
|
||||
"Urls": "http://localhost:8000",
|
||||
"AppConfig": {
|
||||
"DbHost": "localhost",
|
||||
"DbPort": "5432",
|
||||
"DbName": "dexdemo",
|
||||
"DbUser": "dexdemo",
|
||||
"DbPassword": "dexdemo",
|
||||
"Issuer": "https://dex.127.0.0.1.sslip.io/",
|
||||
"InsecureDevMode": true,
|
||||
"InsecureDevEmail": "test@example.com",
|
||||
"AllowedOrigins": ["http://localhost:3000", "https://localhost:3000", "http://localhost:5173", "https://localhost:5173"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user