1
0
Fork 0

Update backend example.env and README.

This commit is contained in:
Nick Dower 2022-01-28 10:00:15 +01:00
parent 2bb598fe9e
commit 05f7bc7c56
2 changed files with 6 additions and 3 deletions

View file

@ -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