Merge pull request #219 from igalic/fix/env-howto
improve installation "docs"
This commit is contained in:
commit
d355379e01
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ po/*.po~
|
|||||||
.env
|
.env
|
||||||
Rocket.toml
|
Rocket.toml
|
||||||
media
|
media
|
||||||
|
docker-compose.yml
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
BASE_URL=yourdomain.com
|
BASE_URL=yourdomain.com
|
||||||
# generate one with openssl rand -base64 45
|
# generate one with openssl rand -base64 32
|
||||||
ROCKET_SECRET_KEY=randomstringhere
|
ROCKET_SECRET_KEY=randomstringhere
|
||||||
|
|
||||||
# you can safely leave those defaults
|
# you can safely leave those defaults
|
||||||
|
Loading…
Reference in New Issue
Block a user