AGSSbackend/AGSS/appsettings.Development.json

18 lines
347 B
JSON
Raw Normal View History

2025-07-01 14:57:03 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Auth0": {
"Domain": "",
"Audience": "",
"ClientId": ""
},
"DataBase": {
"ConnectionString": "Host=localhost;Port=5432;Database=postgres;Username=postgres;Password=luolan12323;"
2025-07-01 14:57:03 +08:00
}
}