Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fforres committed Nov 22, 2024
1 parent aa7e1e7 commit 6bd3910
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 13 deletions.
11 changes: 0 additions & 11 deletions .env

This file was deleted.

4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
VITE_JSCL_API_URL='https://api.communityos.io/graphql'
VITE_TOKEN_STORAGE_KEY='HS:token_storage_key'
VITE_GOOGLE_MAPS_KEY='your_google_maps_key_here'
VITE_SUPABASE_URL='https://ehailnrcwwdcldgfjmrq.supabase.co'
VITE_SUPABASE_ANON_KEY='eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImVoYWlsbnJjd3dkY2xkZ2ZqbXJxIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MTEyMjUwMDgsImV4cCI6MjAyNjgwMTAwOH0.tsPnOuFT37MyR4tkz9wrDNRAlnPnxtdHS2P8lxLPcVo'
VITE_SUPABASE_URL='https://ejekrsffaylfcsljthth.supabase.co'
VITE_SUPABASE_ANON_KEY='eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImVqZWtyc2ZmYXlsZmNzbGp0aHRoIiwicm9sZSI6ImFub24iLCJpYXQiOjE3MTEyMjUxMTIsImV4cCI6MjAyNjgwMTExMn0.CN8_ZuoQZb64V4B9_pese_XsEZlMJ5tEodHdjq0GF-c'
VITE_POSTHOG_KEY='your_posthog_key'
VITE_POSTHOG_URL='your_posthog_url'
VITE_META_PIXEL='your_meta_pixel'
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ node_modules

/.cache
/build
.env
.dev.vars

.wrangler

0 comments on commit 6bd3910

Please sign in to comment.