Skip to content

Commit

Permalink
fix(@dpc-sdp/nuxt-ripple-cli): 🐛 fix baseurl and siteid vars undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
dylankelly committed Aug 2, 2023
1 parent 6417cf7 commit 6e63f5d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ to: .example.env
# If your site needs a new environment variable please log an issue with SDP support so it can be added via the config management database

# Tide Drupal CMS URL - change this to the project CMS as required
NUXT_PUBLIC_TIDE_BASE_URL=<%= tideBaseUrl %>
NUXT_PUBLIC_TIDE_BASE_URL=https://develop.content.reference.sdp.vic.gov.au/
# Tide site taxonomy id - change this to the project site ID as required
NUXT_PUBLIC_TIDE_SITE=<%= tideSite %>
NUXT_PUBLIC_TIDE_SITE=8888
# SDP common GTM container - this should be common to all SDP sites utilising WoVG analytics
NUXT_PUBLIC_TIDE_ANALYTICS_GTM=G-J386JGDPXW
# Production site URL (used for OAuth and logging) - this should be the production url eg: https://www.YOURPROJECT.vic.gov.au/
Expand Down

0 comments on commit 6e63f5d

Please sign in to comment.