Skip to content

Commit

Permalink
Fix platform not running when SSO_ENABLED missing from env
Browse files Browse the repository at this point in the history
  • Loading branch information
kprist committed Feb 8, 2018
1 parent a098ae7 commit 4271a00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ RUN npm run install
# Run! #
# -------- #

# default value for SMTP configuration in case it is left blank in the .env file
# default value for some configuration variables in case they is left blank in the .env file
ENV SMTP_PORT=25
ENV SSO_ENABLED=true

ENTRYPOINT ["./entrypoint.sh"]
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ slidewikiplatform:
#- SMTP_CLIENTNAME=
- [email protected]
- [email protected]
- SSO_ENABLED=true

0 comments on commit 4271a00

Please sign in to comment.