diff --git a/conf/.env.template b/conf/.env.template index bdff342..3bf9550 100644 --- a/conf/.env.template +++ b/conf/.env.template @@ -51,7 +51,7 @@ SHOPPING_MIN_AUTOSYNC_INTERVAL=5 # If staticfiles are stored at a different location uncomment and change accordingly, MUST END IN / # this is not required if you are just using a subfolder # This can either be a relative path from the applications base path or the url of an external host -#sub_path_only STATIC_URL=__INSTALL_DIR__/static/ +#sub_path_only STATIC_URL=__INSTALL_DIR__/source/static/ # If mediafiles are stored at a different location uncomment and change accordingly, MUST END IN / # this is not required if you are just using a subfolder diff --git a/conf/systemd.service b/conf/systemd.service index 60975e5..61a2ebc 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -6,7 +6,7 @@ After=network.target Type=simple User=__APP__ Group=__APP__ -WorkingDirectory=__INSTALL_DIR__/ +WorkingDirectory=__INSTALL_DIR__/source/ EnvironmentFile=__INSTALL_DIR__/.env ExecStart=__INSTALL_DIR__/venv/bin/gunicorn --bind 127.0.0.1:__PORT__ recipes.wsgi:application Restart=on-failure