mirror of
https://github.com/EDCD/EDDN.git
synced 2025-05-02 16:11:31 +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
125 B
Plaintext
4 lines
125 B
Plaintext
CONFIG_OVERRIDE="${HOME}/.local/share/eddn/dev/config.json"
|
|
LOG_DIR="${HOME}/dev/logs"
|
|
PYTHON_VENV="${HOME}/dev/python-venv"
|