1. Enable Them In floo.app.toml
floo.app.toml is the simplest way to combine that service with managed infrastructure.
2. Ship The First Deploy
3. Read The Injected Values
env list when you want masked visibility and env get when you need the plaintext value.
4. Consume Them In App Code
5. Debug A Connection Issue
If the app is live but cannot reach its backing service:- the managed services are declared in
floo.app.toml DATABASE_URLandREDIS_URLexist infloo env list- the app is using env vars instead of hard-coded local connection strings
- runtime logs match the connection failure you expect
Managed Services Setup
Start from the exact
floo.app.toml shape for managed services.Environment Variables
See how injected values appear in the CLI and when to override them.