Integração do Directus com o Supabase

Boa tarde Eu baixei o Directus na minha VPS da Hostinguer usando a easypanel, só que não consegui de jeito nenhum integrar com o Supsbase
E não tem nenhum tutorial no YouTube para ajudar nisso… Pelo menos não em português.

Good evening, I downloaded Directus on my Hostinger VPS using EasyPanel, but I couldn’t integrate it with Supsbase at all.
And there’s no tutorial on YouTube to help with this… At least not in Portuguese.

Hi Isac,

You can follow any YouTube tutorial on how to set up PostgreSQL in Supabase. Once it’s ready, copy the connection string and add it to your Directus environment like this:

DB_CONNECTION_STRING=postgres://postgres:yourPassword@db.abcd1234.supabase.co:5432/postgres
DB_SSL=true