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/installation/docker.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,10 @@ git clone https://github.com/fossasia/open-event-server.git && cd open-event-ser
18
18
```sh
19
19
cp .env.example .env
20
20
```
21
-
Add SECRET_KEY in the env file to run properly in production mode . To generate a good secret value run python -c 'import secrets;print(secrets.token_hex())'
22
-
21
+
Add SECRET_KEY in the env file to run properly in production mode . To generate a good secret value run
0 commit comments