Skip to content

Commit

Permalink
feat: Adding new client env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Feb 6, 2024
1 parent 4272832 commit 24f228e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/base/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ locals {
NEXT_PUBLIC_GA_TRACKING_ID = var.ga_tracking_id
NEXT_PUBLIC_MAPBOX_API_TOKEN = var.mapbox_api_token
NEXT_PUBLIC_PREVIEW_SECRET = random_password.preview_secret.result
NEXT_PUBLIC_MAPBOX_USERNAME = var.mapbox_username
NEXT_PUBLIC_MAPBOX_STYLE_ID = var.mapbox_style_id
LOG_LEVEL = "info"
RECOIL_DUPLICATE_ATOM_KEY_CHECKING_ENABLED = false
}
Expand Down

0 comments on commit 24f228e

Please sign in to comment.