Skip to content

Commit

Permalink
Merge pull request #231 from joshdentremont/patch-2
Browse files Browse the repository at this point in the history
Update to sample.env to change defaults
  • Loading branch information
Natkeeran authored Mar 2, 2022
2 parents 225f46a + 0e7c153 commit 3aa6e1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ENVIRONMENT=demo

# Enable this to generate a docker-compose file that uses secrets.
# If you're running staging, CI, or production, set to true.
USE_SECRETS=false
USE_SECRETS=true

###############################################################################
# Environment variables specific to composer.
Expand All @@ -37,7 +37,7 @@ PROJECT_DRUPAL_DOCKERFILE=Dockerfile
INCLUDE_TRAEFIK_SERVICE=true

# Includes `watchtower` as a service.
INCLUDE_WATCHTOWER_SERVICE=true
INCLUDE_WATCHTOWER_SERVICE=false

# Includes `etcd` as a service.
INCLUDE_ETCD_SERVICE=false
Expand Down

0 comments on commit 3aa6e1f

Please sign in to comment.