50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"$schema": "appsettings-schema.json",
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"System": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"Umbraco": {
|
|
"CMS": {
|
|
"Global": {
|
|
"Id": "efe71b1a-dce2-4c7f-9bc7-a9d05746492e",
|
|
"SanitizeTinyMce": true,
|
|
"ReservedPaths": "~/app_plugins/,~/install/,~/mini-profiler-resources/,~/umbraco/,~/api/"
|
|
},
|
|
"Content": {
|
|
"AllowEditInvariantFromNonDefault": true,
|
|
"ContentVersionCleanupPolicy": {
|
|
"EnableCleanup": true
|
|
}
|
|
},
|
|
"Unattended": {
|
|
"UpgradeUnattended": true
|
|
},
|
|
"Security": {
|
|
"AllowConcurrentLogins": false
|
|
}
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"umbracoDbDSN": "Server=192.168.100.101;Database=pokash-umbraco;User Id=sa;Password=Emi96Luk89!.;TrustServerCertificate=true;",
|
|
"umbracoDbDSN_ProviderName": "Microsoft.Data.SqlClient"
|
|
},
|
|
"Keycloak": {
|
|
"BaseAddress": "https://auth.pokash.pl/realms/pokash",
|
|
"ClientId": "umbraco",
|
|
"ClientSecret": "5i5jgRVIrV276qgNmQ107lh40VNo1sWV",
|
|
"Realm": "pokash",
|
|
"Version": "21.0.2",
|
|
"CallbackPath": "/signin-keycloak",
|
|
"AuthorizationEndpoint": "https://auth.pokash.pl/realms/pokash/protocol/openid-connect/auth",
|
|
"TokenEndpoint": "https://auth.pokash.pl/realms/pokash/protocol/openid-connect/token",
|
|
"UserInformationEndpoint": "https://auth.pokash.pl/realms/pokash/protocol/openid-connect/userinfo"
|
|
}
|
|
}
|