Skip to content

Commit

Permalink
Merge pull request #1275 from concord-consortium/update-codespaces-env
Browse files Browse the repository at this point in the history
Update GH Codespaces sample .env file
  • Loading branch information
pjanik committed Apr 8, 2024
2 parents 17267e8 + 04a9fd7 commit bd09725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env-gh-codespaces-sample
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ COMPOSE_FILE=docker-compose.yml:docker/dev/docker-compose-gh-codespaces.yml:dock
# to automatically set LARA_HOST, LARA_DOMAIN, and LARA_TOOL_ID variables.
LARA_CODESPACE_NAME=

LARA_HOST=${LARA_CODESPACE_NAME}-3000.preview.app.github.dev
LARA_DOMAIN=${LARA_CODESPACE_NAME}-3000.preview.app.github.dev
LARA_HOST=${LARA_CODESPACE_NAME}-3000.${GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN}
LARA_DOMAIN=${LARA_CODESPACE_NAME}-3000.${GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN}

# CODESPACE_NAME is available in GitHub Codespace container.
PORTAL_HOST=${CODESPACE_NAME}-3000.preview.app.github.dev
PORTAL_HOST=${CODESPACE_NAME}-3000.${GITHUB_CODESPACES_PORT_FORWARDING_DOMAIN}
PORTAL_PROTOCOL=https

# Run the portal in researcher report mode this is used by the researcher portal
Expand Down

0 comments on commit bd09725

Please sign in to comment.