2025-07-01 14:57:03 +08:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
}
|
2025-07-02 18:27:13 +08:00
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"Auth0": {
|
2025-07-06 16:29:18 +08:00
|
|
|
"Domain": "https://dev-f8lrenkd107vqnti.us.auth0.com/",
|
|
|
|
"Audience": "https://zeronode.AGSBackend.com",
|
|
|
|
"ClientId": "4JenP8xcKJsj251mUvRFbkJKEuPlBs6p"
|
2025-07-02 18:27:13 +08:00
|
|
|
},
|
2025-07-06 16:29:18 +08:00
|
|
|
"ConnectionStrings": {
|
|
|
|
"DBContext": "Host=localhost;Port=5432;Database=postgres;Username=postgres;Password=luolan12323;"
|
2025-07-01 14:57:03 +08:00
|
|
|
}
|
|
|
|
}
|