Skip to content

Commit

Permalink
fix: lagoon prod env
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Apr 25, 2024
1 parent 7914419 commit 575ecf8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps/cms/.lagoon.env.prod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT_NAME=example
PUBLISHER_URL="https://${LAGOON_GIT_BRANCH}-${PROJECT_NAME}.build.amazeelabs.dev"
NETLIFY_URL="https://${LAGOON_GIT_BRANCH}-${PROJECT_NAME}.amazeelabs.dev"
PREVIEW_URL="https://${LAGOON_GIT_BRANCH}-${PROJECT_NAME}.preview.amazeelabs.dev"
PUBLISHER_URL="https://example.build.amazeelabs.dev"
NETLIFY_URL="https://example.amazeelabs.dev"
PREVIEW_URL="https://example.preview.amazeelabs.dev"

# Used to set the original client secret.
PUBLISHER_OAUTH2_CLIENT_SECRET=REPLACE_ME
2 changes: 1 addition & 1 deletion apps/preview/.lagoon.env.prod
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DRUPAL_URL="https://${LAGOON_GIT_BRANCH}-${PROJECT_NAME}.cms.amazeelabs.dev"
DRUPAL_URL="https://example.cms.amazeelabs.dev"
4 changes: 2 additions & 2 deletions apps/website/.lagoon.env.prod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PROJECT_NAME=example
DRUPAL_INTERNAL_URL="http://nginx:8080"
DRUPAL_EXTERNAL_URL="https://${LAGOON_GIT_BRANCH}-${PROJECT_NAME}.cms.amazeelabs.dev"
NETLIFY_URL="https://${LAGOON_GIT_BRANCH}-${PROJECT_NAME}.amazeelabs.dev"
DRUPAL_EXTERNAL_URL="https://example.cms.amazeelabs.dev"
NETLIFY_URL="https://example.amazeelabs.dev"

# -----------------------------------------------
# Publisher authentication with Drupal (OAuth2).
Expand Down

0 comments on commit 575ecf8

Please sign in to comment.