mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2026-06-10 00:28:11 +02:00
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"MaksIT.CertsUI.Engine.Persistence": "Debug"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"Configuration": {
|
|
"CertsEngineConfiguration": {
|
|
"ConnectionString": "",
|
|
"AutoSyncSchema": true,
|
|
|
|
"Admin": {
|
|
"Username": "",
|
|
"Password": ""
|
|
},
|
|
|
|
"JwtSettingsConfiguration": {
|
|
"JwtSecret": "",
|
|
"Issuer": "",
|
|
"Audience": "",
|
|
"ExpiresIn": 30,
|
|
"RefreshTokenExpiresIn": 7,
|
|
"PasswordPepper": ""
|
|
},
|
|
|
|
"TwoFactorSettingsConfiguration": {
|
|
"Label": "",
|
|
"Issuer": "",
|
|
"Algorithm": "",
|
|
"Digits": 6,
|
|
"Period": 30,
|
|
"TimeTolerance": 1
|
|
},
|
|
|
|
"Agent": {
|
|
"AgentHostname": "",
|
|
"AgentPort": 9000,
|
|
"AgentKey": "",
|
|
"ServiceToReload": "haproxy"
|
|
},
|
|
|
|
"Production": "https://acme-v02.api.letsencrypt.org/directory",
|
|
"Staging": "https://acme-staging-v02.api.letsencrypt.org/directory"
|
|
}
|
|
}
|
|
}
|