Where do I find the DATABASE_URL?

Hi,

Where do I find the DATABASE_URL for my Postgres database on fly?

I want to set the secret for the app with the DATABASE_URL but don’t know where to find this information.

The app has already been deployed as has the database.

Thanks

Try:

fly pg attach

Great. Thank you.

And if I may add:

fly pg attach <link_to_postgres_app_name>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.