You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/deployment.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,10 +52,13 @@ We can run commands and Bash scripts as the superuser (`root`) using the [`sudo`
52
52
53
53
To configure the environment variables for the service, you can either edit the `.env` file and/or add them to the systemd service using `systemctl edit`.
54
54
55
-
To edit the environment file:
55
+
To create and edit the environment file, which should have access restricted to only the Python app (the Gunicorn service):
0 commit comments