···4747 # Use smaller resources for review apps
4848 vmsize: shared-cpu-1x
4949 memory: 256
5050- # Set OAUTH_REDIRECT_BASE dynamically for OAuth redirects
5050+ # Set OAUTH_REDIRECT_BASE and APP_URL dynamically for OAuth redirects
5151 secrets: |
5252- OAUTH_REDIRECT_BASE=https://zzstoatzz-status-pr-${{ github.event.number }}.fly.dev5252+ OAUTH_REDIRECT_BASE=https://zzstoatzz-status-pr-${{ github.event.number }}.fly.dev
5353+ APP_URL=https://zzstoatzz-status-pr-${{ github.event.number }}.fly.dev
+1
fly.review.toml
···1111 ENABLE_FIREHOSE = "true"
1212 DEV_MODE = "true"
1313 # OAUTH_REDIRECT_BASE will be set dynamically by the workflow
1414+ # APP_URL will be set dynamically by the workflow
14151516[http_service]
1617 internal_port = 8080