From 535a07425bfd9f6024cb6c8c51e71982d91bcb8c Mon Sep 17 00:00:00 2001 From: aronwk-aaron Date: Sat, 17 Dec 2022 01:50:25 -0600 Subject: [PATCH] update entrypioint and settings example --- app/settings_example.py | 4 ++++ entrypoint.sh | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/settings_example.py b/app/settings_example.py index 2e523fe..c0e1aa8 100644 --- a/app/settings_example.py +++ b/app/settings_example.py @@ -7,6 +7,10 @@ APP_SYSTEM_ERROR_SUBJECT_LINE = APP_NAME + " system error" APP_SECRET_KEY = "" APP_DATABASE_URI = "mysql+pymysql://:@:/" +CLIENT_LOCATION = 'app/luclient/' +CD_SQLITE_LOCATION = 'app/luclient/res/' +CACHE_LOCATION = 'app/cache/' + CONFIG_LINK = False CONFIG_LINK_TITLE = "" CONFIG_LINK_HREF = "" diff --git a/entrypoint.sh b/entrypoint.sh index 9b25f15..38c08f4 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,8 +1,5 @@ #!/usr/bin/env bash -# unzip brickdb from client to the right places -unzip -n -q /app/luclient/res/brickdb.zip -d app/luclient/res/ - # TODO: preconvert images options # TODO: preconvery models options