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
commit d355379e01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -8,3 +8,4 @@ po/*.po~
.env
Rocket.toml
media
docker-compose.yml

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