Update backend example.env and README.
This commit is contained in:
parent
2bb598fe9e
commit
05f7bc7c56
2 changed files with 6 additions and 3 deletions
|
@ -4,7 +4,7 @@ FS_STATIC=https://static.freesewing.org
|
|||
FS_STORAGE=/tmp/backendstorage
|
||||
|
||||
# Database
|
||||
FS_MONGO_URI=mongodb://localhost/freesewing
|
||||
FS_MONGO_URI=mongodb://mongo:27017/freesewing
|
||||
|
||||
# Secret to encrypt data in mongo
|
||||
FS_ENC_KEY=longRandomStringHere
|
||||
|
@ -31,3 +31,5 @@ FS_GITHUB_CLIENT_SECRET=githubClientSecretHere
|
|||
FS_GOOGLE_CLIENT_ID=googleClientIdHere
|
||||
FS_GOOGLE_CLIENT_SECRET=googleClientSecretHere
|
||||
|
||||
# The JSON Web Token issuer
|
||||
FS_JWT_ISSUER=freesewing.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue