AGSSbackend/AGSS/appsettings.Development.json

19 lines
531 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Auth0": {
"Domain": "https://dev-f8lrenkd107vqnti.us.auth0.com/",
"Audience": "https://AGSSadmin.ASGG.com",
"ClientId": "4JenP8xcKJsj251mUvRFbkJKEuPlBs6p",
"Secret": "7wU9bdVfBsX3jITh0w4bgE6fkvLk8pIcZRSUw6r8HQUnXfslYxlx4c4E0ZAIw4Ak"
},
"ConnectionStrings": {
"DBContext": "Host=localhost;Port=5432;Database=postgres;Username=postgres;Password=luolan12323;"
}
}