Files
PetriePanel/WebAPI/appsettings.json

20 lines
594 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Host=my_host;Database=my_db;Username=my_user;Password=my_pw"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"PterodactylAPIKey": "REPLACE_ME",
"PterodactylPanelURL": "https://panel.orfl.xyz",
"OIDCIntrospectionEndpoint": "authentik.mattstop.com/application/o/introspect/",
"OIDCUserInfoEndpoint": "authentik.mattstop.com/application/o/userinfo/",
"OIDCClientId": "",
"OIDCClientSecret": ""
}