Skip to content

Commit

Permalink
Merge branch 'boban/deploy-frontend' of github.com:CDCgov/phdi-playgr…
Browse files Browse the repository at this point in the history
…ound into boban/deploy-frontend
  • Loading branch information
KennethSkylight committed Dec 6, 2023
2 parents 312f763 + d37baf6 commit 57d02eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions terraform/implementation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -472,4 +472,8 @@ resource "azurerm_linux_web_app" "playground_webapp" {
node_version = "18-lts"
}
}
app_settings = {
"NEXT_PUBLIC_PROCESS_URL" = "wss://phdi-playground-dev.centralus.cloudapp.azure.com/orchestration/process-ws"
# Add other environment variables here
}
}

0 comments on commit 57d02eb

Please sign in to comment.