Skip to content

Commit

Permalink
[Docs] Updates Supabase database settings URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeyaworski committed Jan 8, 2024
1 parent d04883e commit ac234f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Supabase-Instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Prior to Heroku removing their free tier, it was smart to use Heroku's free tier
1. Use a password. Make it *UNIQUE* since this password will be pasted into your environment variables
1. Go to
```
https://app.supabase.com/project/<YOUR_PROJECT_ID>/settings/database
https://supabase.com/dashboard/project/<YOUR_PROJECT_ID>/settings/database
```
1. At the bottom of the page, you'll find your database connection string. Copy it and replace `[YOUR-PASSWORD]` with your password that you used when creating this Supabase account.
1. You will use this connection string in your environment variables for your bot deployment. Your environment variables are set depending on where you deploy the app to. For cloud VMs, it'll be in a `.env` file, but for other platforms like Heroku, it'll be in their dashboard.
Expand Down

0 comments on commit ac234f7

Please sign in to comment.