mirror of
https://github.com/MAKS-IT-COM/maksit-certs-ui.git
synced 2025-12-31 04:00:03 +01:00
26 lines
499 B
JSON
26 lines
499 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
|
|
"Configuration": {
|
|
"Production": "https://acme-v02.api.letsencrypt.org/directory",
|
|
"Staging": "https://acme-staging-v02.api.letsencrypt.org/directory",
|
|
|
|
"CacheFolder": "/cache",
|
|
"AcmeFolder": "/acme",
|
|
|
|
"Agent": {
|
|
"AgentHostname": "",
|
|
"AgentPort": 9000,
|
|
"AgentKey": "",
|
|
|
|
"ServiceToReload": "haproxy"
|
|
}
|
|
}
|
|
}
|