mirror of
https://github.com/rjNemo/ticket_manager
synced 2026-06-06 00:36:39 +00:00
18 lines
No EOL
383 B
JSON
18 lines
No EOL
383 B
JSON
{
|
|
"https_port": 443,
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"Sqlite": "Data Source=app.db"
|
|
},
|
|
"Auth0": {
|
|
"Domain": "https://dev-fyjrvohx.auth0.com/",
|
|
"Audience": "https://localhost:5001/api/V1/"
|
|
}
|
|
} |