Skip to content

Commit

Permalink
update url to something other than localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
deetz99 committed Dec 27, 2024
1 parent fcdbc2b commit d18b879
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion strr-strata-web/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ NUXT_HOUSING_STRR_URL="" # TODO: add housing strr base url here for redirects
NUXT_STRATA_TAC_URL="https://www2.gov.bc.ca/gov/content/housing-tenancy/short-term-rentals/registry/registry-toc-strataplatforms"
NUXT_BCGOV_STRR_URL="https://www.gov.bc.ca/STRRegistry"
NUXT_DECLINE_TOS_REDIRECT_URL="https://www2.gov.bc.ca/gov/content/housing-tenancy/short-term-rentals/registry"
NUXT_STRATA_DOCS_UPLOAD_LEARN_MORE_URL="http://localhost:3000/" # TODO: URL IS TBD
NUXT_STRATA_DOCS_UPLOAD_LEARN_MORE_URL="https://www.gov.bc.ca/STRRegistry" # TODO: URL IS TBD

#vaults keycloak
NUXT_KEYCLOAK_AUTH_URL="https://dev.loginproxy.gov.bc.ca/auth"
Expand Down
2 changes: 1 addition & 1 deletion strr-strata-web/devops/vaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NUXT_HOUSING_STRR_URL="" # TODO: add housing strr base url here for redirects
NUXT_STRATA_TAC_URL="https://www2.gov.bc.ca/gov/content/housing-tenancy/short-term-rentals/registry/registry-toc-strataplatforms"
NUXT_BCGOV_STRR_URL="https://www.gov.bc.ca/STRRegistry"
NUXT_DECLINE_TOS_REDIRECT_URL="https://www2.gov.bc.ca/gov/content/housing-tenancy/short-term-rentals/registry"
NUXT_STRATA_DOCS_UPLOAD_LEARN_MORE_URL="http://localhost:3000/" # TODO: URL IS TBD
NUXT_STRATA_DOCS_UPLOAD_LEARN_MORE_URL="https://www.gov.bc.ca/STRRegistry" # TODO: URL IS TBD

# vaults api
NUXT_PAY_API_URL="op://API/$APP_ENV/pay-api/PAY_API_URL"
Expand Down

0 comments on commit d18b879

Please sign in to comment.