Skip to content

Commit

Permalink
Port changed from 8080 -> 80
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Apr 29, 2024
1 parent 601722e commit 7affc6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ applications:
docker:
image: ((frontend-image))
memory: 256M
health-check-type: port
env:
APPLICATION_ROOT: "/"
PORT0: "8080"
PORT0: "80"
SPIFFWORKFLOW_FRONTEND_RUNTIME_CONFIG_APP_ROUTING_STRATEGY: "path_based"
SPIFFWORKFLOW_FRONTEND_RUNTIME_CONFIG_BACKEND_BASE_URL: "https://spiffworkflow((slug)).app.cloud.gov/api"
BACKEND_BASE_URL: "https://spiffworkflow((slug)).app.cloud.gov/api"
Expand Down

0 comments on commit 7affc6d

Please sign in to comment.