Skip to content

Commit d9d5fe1

Browse files
authored
Merge pull request #46 from fisuda/update/doc
Update list of sensitive settings
2 parents 5318734 + 86332ba commit d9d5fe1

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,14 @@ docker run --name wirecloud -e DB_PASSWORD_FILE=/run/secrets/password -d fiware/
102102

103103
Currently, this `_FILE` suffix is supported for:
104104

105-
- `DB_PASSWORD`
106-
- `DB_USERNAME`
105+
- `EMAIL_HOST_PASSWORD`
106+
- `KEYCLOAK_KEY`
107+
- `LOGOUT_REDIRECT_URL`
108+
- `SECRET_KEY`
107109
- `SOCIAL_AUTH_FIWARE_KEY`
108110
- `SOCIAL_AUTH_FIWARE_SECRET`
111+
- `SOCIAL_AUTH_KEYCLOAK_KEY`
112+
- `SOCIAL_AUTH_KEYCLOAK_SECRET`
109113

110114

111115
## Running manage.py commands

0 commit comments

Comments
 (0)