Hello, World
I created an app with Django and I’m hosting on fly without a personal DB. I want to use the Postgres DB that comes with my fly account, but I don’t know what the Username, Password, URL etc, are. I checked the “Secrets” tab, but the values returned weren’t too clear: FLY_CONSUL_URL; OPERATOR_PASSWORD; REPL_PASSWORD; SU_PASSWORD
How do I find my: postgres://{username}:{password}@{hostname}:{port}/{database}?options
so I can add these environment variables to my django settings and effectively run the app.