Merge pull request #219 from igalic/fix/env-howto

improve installation "docs"
This commit is contained in:
Baptiste Gelez
2018-09-13 19:38:00 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,3 +8,4 @@ po/*.po~
.env
Rocket.toml
media
docker-compose.yml
+1 -1
View File
@@ -1,5 +1,5 @@
BASE_URL=yourdomain.com
# generate one with openssl rand -base64 45
# generate one with openssl rand -base64 32
ROCKET_SECRET_KEY=randomstringhere
# you can safely leave those defaults