Add project files.

This commit is contained in:
Khwezi Mngoma
2026-06-05 22:07:25 +02:00
parent 59ea7de742
commit 437e8c5c08
978 changed files with 151911 additions and 0 deletions
@@ -0,0 +1,59 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ForwardedHeadersConfiguration": {
"Enabled": true,
"AllowAll": true,
"KnownProxies": [],
"KnownNetworks": [],
"ForwardLimit": 1
},
"AdminConfiguration": {
"BasicConfiguration": {
"Title": "Lite Charms Security UI",
"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;application_name=litecharms_security;"
},
"AzureKeyVaultConfiguration": {
"AzureKeyVaultEndpoint": "",
"ClientId": "",
"ClientSecret": "",
"TenantId": "",
"UseClientCredentials": true,
"IdentityServerCertificateName": "",
"DataProtectionKeyIdentifier": "",
"ReadConfigurationFromKeyVault": false
},
"DatabaseProviderConfiguration": {
"ProviderType": "PostgreSQL"
}
}