mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-26 05:21:00 +00:00
Merge pull request #219 from igalic/fix/env-howto
improve installation "docs"
This commit is contained in:
commit
d355379e01
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,3 +8,4 @@ po/*.po~
|
|||
.env
|
||||
Rocket.toml
|
||||
media
|
||||
docker-compose.yml
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue