Skip to content

Commit

Permalink
adding env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethSkylight committed Dec 4, 2023
1 parent 8530c7d commit e426b83
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions terraform/implementation/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,11 @@ resource "azurerm_linux_web_app" "playground_webapp" {
node_version = "18-lts"
}
}

app_settings = {
"NEXT_PUBLIC_PROCESS_URL" = "ws://localhost:8080/process-ws"
# Add other environment variables here
}
}

resource "azurerm_app_service_source_control" "playground_sourcecontrol" {
Expand Down

0 comments on commit e426b83

Please sign in to comment.