Skip to content

Commit

Permalink
Revert "refactor(build): remove CMS_URL env var not needed at runtime"
Browse files Browse the repository at this point in the history
This reverts commit b907c1c.
  • Loading branch information
Fabian Untermoser committed Jun 18, 2024
1 parent c757e5a commit c63e5f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ NEXT_PRIVATE_STANDALONE=true
NEXTAUTH_SECRET=testsecret

CMS_DATABASE_NAME=vim_cms
CMS_URL="https://preview.vim.org/cms"
CMS_HOST=0.0.0.0
CMS_PORT=1337
CMS_APP_KEYS=testkey1,testkey2
Expand Down
1 change: 1 addition & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ services:
DATABASE_USERNAME: ${DATABASE_USERNAME}
DATABASE_PASSWORD: ${DATABASE_PASSWORD}
DATABASE_SSL: false
CMS_URL: ${CMS_URL}
HOST: ${CMS_HOST}
PORT: ${CMS_PORT}
APP_KEYS: ${CMS_APP_KEYS}
Expand Down

0 comments on commit c63e5f7

Please sign in to comment.