fix quotes around cert path in tactical docker image

This commit is contained in:
sadnub 2021-12-30 08:50:10 -05:00 committed by GitHub
parent 5570f2b464
commit f92982cd5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -64,8 +64,8 @@ DEBUG = False
DOCKER_BUILD = True
CERT_FILE = ${CERT_PUB_PATH}
KEY_FILE = ${CERT_PRIV_PATH}
CERT_FILE = '${CERT_PUB_PATH}'
KEY_FILE = '${CERT_PRIV_PATH}'
EXE_DIR = '/opt/tactical/api/tacticalrmm/private/exe'
LOG_DIR = '/opt/tactical/api/tacticalrmm/private/log'