Add project files.
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user