[Beta] Secrets in dev/prod with new editor

With the new IDE, you can run different instances of your app pointing at different branches. This is fantastic for dev/prod management and is simplifying our work flows!

We often are connecting to external databases with different databases for dev and prod. Connection details (credentials and url) are stored as secrets.

Can app secrets be configured by environment? Right now it looks like Secrets are at the app level, not the environment level…

1 Like