Skip to content

Commit

Permalink
Merge pull request #352 from UN-OCHA/local-stack-update-for-consistency
Browse files Browse the repository at this point in the history
chore: update local stack for consistency
  • Loading branch information
lazysoundsystem authored Nov 30, 2023
2 parents d46e328 + 2a59465 commit 7183148
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions local/.env.example
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Base settings to create the containers.
PROXY=proxy

PROJECT_NAME=rwint-local
PROJECT_NAME=common-design-local

IMAGE_NAME=rwint-site
IMAGE_NAME=common-design-site
IMAGE_TAG=local

SITE_DOMAIN=rwint-local.test
SITE_DOMAIN=common-design-local.test

MYSQL_DB=rwint-local
MYSQL_USER=rwint-local
MYSQL_PASS=rwint-local
MYSQL_DB=commondesign
MYSQL_USER=commondesign
MYSQL_PASS=commondesign

PHP_ENVIRONMENT=local

Expand Down
2 changes: 1 addition & 1 deletion local/shared/settings/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# To activate this feature, follow the instructions at the top of the
# 'example.settings.local.php' file, which sits next to this file.
parameters:
http.response.debug_cacheability_headers: false
http.response.debug_cacheability_headers: true
twig.config:
# Twig debugging:
#
Expand Down

0 comments on commit 7183148

Please sign in to comment.