You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENG-625 Construct environment files to access supabase. (#301)
* Construct environment files to access supabase.
The base one is for running against the local supabase.
It is possible to talk directly against either a supabase branch or the production database.
Use cases for either should be extremely rare, and are documented separately.
For this, set SUPABASE_USE_DB to 'branch' or 'production' respectively.
The branch used will be the current branch, unless overridden by SUPABASE_GIT_BRANCH.
* updated documentation
0 commit comments