Skip to content

Commit ec6ee12

Browse files
#117 basic auth enabled by default
ME_CONFIG_BASICAUTH can be set to false but if it is not set on the container it will default to true.
1 parent ba15b08 commit ec6ee12

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

1.0/18-alpine3.18/Dockerfile

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.0/18-alpine3.19/Dockerfile

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.0/20-alpine3.18/Dockerfile

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1.0/20-alpine3.19/Dockerfile

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile.template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN set -eux; \
2626
ENV ME_CONFIG_MONGODB_URL="mongodb://mongo:27017" \
2727
ME_CONFIG_MONGODB_ENABLE_ADMIN="true" \
2828
ME_CONFIG_SITE_SESSIONSECRET="secret" \
29+
ME_CONFIG_BASICAUTH=true \
2930
VCAP_APP_HOST="0.0.0.0"
3031

3132
EXPOSE 8081

0 commit comments

Comments
 (0)