mirror of
https://github.com/EDCD/EDDN.git
synced 2025-05-05 01:21:02 +03:00
* Have 'dev' and 'live' components to many paths and file names. * Have separate dev/live systemd start script configs. * Have the systemd start script take a dev/live second argument. * Try to ensure permissions on 'web' files by explicitly setting umask.
4 lines
128 B
Plaintext
4 lines
128 B
Plaintext
CONFIG_OVERRIDE="${HOME}/.local/share/eddn/live/config.json"
|
|
LOG_DIR="${HOME}/live/logs"
|
|
PYTHON_VENV="${HOME}/live/python-venv"
|