superfly / flyctl

Command line tools for fly.io services
https://fly.io
Apache License 2.0
1.37k stars 226 forks source link

POC: elixir base URL #3609

Closed lubien closed 1 month ago

lubien commented 1 month ago

Change Summary

What and Why: support FLY_ELIXIR_API_BASE_URL so devs can set this up locally for tests

How: added an opt-in env to use this as FLY_ELIXIR_API_BASE_URL=http://localhost:4000

Related to: https://github.com/superfly/fly-go/pull/68


Documentation