mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 11:45:20 +02:00
704fe34e98
Remove _comment hacks from JSON example file. Add short team sync section to README explaining what it is, that it's optional, and how to set it up. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
6 lines
172 B
JSON
6 lines
172 B
JSON
{
|
|
"supabase_url": "https://YOUR_PROJECT.supabase.co",
|
|
"supabase_anon_key": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.YOUR_ANON_KEY_HERE",
|
|
"team_slug": "your-team-name"
|
|
}
|