-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.envrc.example
More file actions
27 lines (21 loc) · 1.02 KB
/
.envrc.example
File metadata and controls
27 lines (21 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Environement variables for running scripts
# Useful for running cli tools (ie. supabase / wrangler) without having to login / reautheticate
# Your supabase user auth token
# From https://supabase.com/dashboard/account/tokens
export SUPABASE_ACCESS_TOKEN=TODO
# Supabase project info:
# From https://supabase.com/dashboard/ > Project Settings > General
export SUPABASE_PROJECT_ID=TODO
# Created when setting up your project
# If you forgot it, reset in Project Settings > Configuration > Database
export SUPABASE_DB_PASSWORD=TODO
# ie. aws-0-us-east-1 or aws-0-us-west-1
# from Project > 'Connect'
export SUPABASE_REGION=TODO
# You will have to create this in Supabase uri
# Sidebar > Authentication > Auth Hooks > Add New Hook > Email Hook > HTTPS
# Fill in your production url `https://template.johnteasdale.com/api/webhooks/supabase/auth_email`
# Click 'Generate Secret' and copy the value here
export SUPABASE_AUTH_HOOK_SECRET=TODO
# Create in https://dash.cloudflare.com/profile/api-tokens
export npx CLOUDFLARE_API_TOKEN=TODO