2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-16 12:27:10 +00:00

tidy settigs PATHs

This commit is contained in:
2025-02-07 15:12:21 +00:00
parent 7c8253dcfc
commit 28d24e48de
5 changed files with 9 additions and 402 deletions

View File

@@ -19,14 +19,14 @@ if HOSTNAME == "expo":
# print(">>>>running on expo.survex.com<<<<")
DEVSERVER = False
else:
print(">>>>running on dev machine<<<<")
print(f">>>>running on dev machine {HOSTNAME} <<<<")
DEVSERVER = True
EPOCH = date.fromisoformat('1970-01-01')
# default value, then gets overwritten by real secrets
SECRET_KEY = "not-the-real-secret-key-a#vaeozn0---^fj!355qki*vj2"
# secrets are imported in localsettings.py from secret_credentials import *
# SECRET_KEY =...
# executables:
GIT = "git" # command for running git