mirror of
https://github.com/DarkflameUniverse/NexusDashboard.git
synced 2024-11-09 11:48:20 +00:00
update entrypioint and settings example
This commit is contained in:
parent
785357475d
commit
535a07425b
@ -7,6 +7,10 @@ APP_SYSTEM_ERROR_SUBJECT_LINE = APP_NAME + " system error"
|
|||||||
APP_SECRET_KEY = ""
|
APP_SECRET_KEY = ""
|
||||||
APP_DATABASE_URI = "mysql+pymysql://<username>:<password>@<host>:<port>/<database>"
|
APP_DATABASE_URI = "mysql+pymysql://<username>:<password>@<host>:<port>/<database>"
|
||||||
|
|
||||||
|
CLIENT_LOCATION = 'app/luclient/'
|
||||||
|
CD_SQLITE_LOCATION = 'app/luclient/res/'
|
||||||
|
CACHE_LOCATION = 'app/cache/'
|
||||||
|
|
||||||
CONFIG_LINK = False
|
CONFIG_LINK = False
|
||||||
CONFIG_LINK_TITLE = ""
|
CONFIG_LINK_TITLE = ""
|
||||||
CONFIG_LINK_HREF = ""
|
CONFIG_LINK_HREF = ""
|
||||||
|
@ -1,8 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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: preconvert images options
|
||||||
# TODO: preconvery models options
|
# TODO: preconvery models options
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user