Fix path issue

This commit is contained in:
Mark Veidemanis 2022-07-29 08:32:39 +01:00
parent 47312b04d4
commit 1ab9824e95
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ from os import getenv
# List of errors ZNC can give us # List of errors ZNC can give us
ZNCErrors = ["Error:", "Unable to load", "does not exist", "doesn't exist"] ZNCErrors = ["Error:", "Unable to load", "does not exist", "doesn't exist"]
configPath = getenv("THRESHOLD_CONFIG_DIR", "conf/live/") configPath = "conf/live/"
templateConfigPath = getenv("THRESHOLD_TEMPLATE_DIR", "conf/templates/") templateConfigPath = "conf/templates/"
certPath = getenv("THRESHOLD_CERT_DIR", "conf/cert/") certPath = "conf/cert/"
filemap = { filemap = {
# JSON configs # JSON configs