You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than relying on environment variables we should use FTL secrets. This will make launching into production simpler and safer, as each module will only get the DSNs it actually needs, rather than all DSNs via envars.
The text was updated successfully, but these errors were encountered:
Fixes#1427
database/ftl-project.toml was written using:
```
ftl secret set --inline database.FTL_DSN_DATABASE_TESTDB --config integration/testdata/go/database/ftl-project.toml
```
This PR only works thanks to this earlier PR:
#1472
Rather than relying on environment variables we should use FTL secrets. This will make launching into production simpler and safer, as each module will only get the DSNs it actually needs, rather than all DSNs via envars.
The text was updated successfully, but these errors were encountered: