Files
security/src/LiteCharmsSecurity.Admin/appsettings.json
T
2026-06-07 13:20:25 +02:00

60 lines
1.5 KiB
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ForwardedHeadersConfiguration": {
"Enabled": true,
"AllowAll": true,
"KnownProxies": [],
"KnownNetworks": [],
"ForwardLimit": 1
},
"AdminConfiguration": {
"BasicConfiguration": {
"Title": "Lite Charms Security",
"BasePath": "/"
},
"AuthenticationConfiguration": {
"Authority": "https://localhost:44310",
"ClientId": "litecharms-admin-client",
"ClientSecret": "13c0e7ada2a123cfe31e99e5c63e252c",
"AdminScopes": [
"openid",
"profile",
"email",
"skoruba_identity_admin_api",
"offline_access"
]
},
"ApiConfiguration": {
"ApiRemoteConfiguration": {
"ApiName": "identity-server-admin-api",
"RemoteUrl": "https://localhost:44302"
}
}
},
"DataProtectionConfiguration": {
"ProtectKeysWithAzureKeyVault": false
},
"ConnectionStrings": {
"DataProtectionDbConnection": "Server=192.168.1.170;Port=5432;Database=skoruba;User Id=skoruba;Password=wsb7sebwm$BoZ9;"
},
"AzureKeyVaultConfiguration": {
"AzureKeyVaultEndpoint": "",
"ClientId": "",
"ClientSecret": "",
"TenantId": "",
"UseClientCredentials": true,
"IdentityServerCertificateName": "",
"DataProtectionKeyIdentifier": "",
"ReadConfigurationFromKeyVault": false
},
"DatabaseProviderConfiguration": {
"ProviderType": "PostgreSQL"
}
}