Update settings.py

This commit is contained in:
zandercymatics 2023-12-05 13:10:36 -07:00
parent cb2ea02d42
commit 6fe9af18d9
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -64,7 +64,7 @@ secret_registry_cert = b64decode(secret("REGISTRY_CERT", ""))
secret_registry_key = b64decode(secret("REGISTRY_KEY", ""))
secret_registry_key_passphrase = secret("REGISTRY_KEY_PASSPHRASE", "")
secret_registry_hostname = secret("REGISTRY_HOSTNAME")
# WILL REMOVE (TO PUSH TO SANDBOX)
# region: Basic Django Config-----------------------------------------------###
# Build paths inside the project like this: BASE_DIR / "subdir".