How to setup initial db and application configs?
There's either Supabase app I created or local Postgres instance but I couldn't figure out what to use here besides not finding any documentation about it. Can anyone point me out any useful hint or a link?
5 Replies
As a detail, it's just a boilerplate that I initialized to make use of defaults in order to display what
https://turbo.t3.gg/
already has.This is config for supabase
postgresql://[USERNAME].[PROJECT-ID]:[YOUR-PASSWORD]@aws-0-eu-central-1.pooler.supabase.com:6543/postgres
this is just an example, get the URI from your supabase console, shouldn't be too different to a local porstgres instnce
Thanks, I got it from the app console on Supabase as a Connection String. Hence I have still a problem and question regarding what should be the PASSWORD.
Should it be anonymous API KEY? Or the password used to login or an Access Token that I should create?
I tried API KEY and an Access Token but both of them returned the screenshot above. I can't try the password related to the account e-mail since I used GitHub login.
Guys I'm still trying to initialize a create-t3-turbo repo with basics but I couldn't create it yet. Is there anyone can help me with that?
This is the default Supabase implementation above but it fails.
You set the password from the console , just click reset database password and you'll get the new password
When it comes to the connection poolet, please set it to transaction mode
I am confident that will solve your issue
In case you still have an issue, you may DM me directly and I can walk you through solving the issue in a call