jrr
1
I’m looking to maintain a visible set of env vars that vary between environments, and I’d like to be able to edit them without a code change.
I see two options for env vars:
- Secrets, which can be edited in the dashboard, but are not visible.
- The
[env]
section of fly.toml, which is visible, but requires a code change. (and doesn’t have a clear way to manage multiple environments)
This seems like table stakes for a managed host. Am I missing something? How are folks handling this?
Related:
system
Closed
2
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.