Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
HMarzban committed Aug 18, 2024
1 parent 28b0e7e commit 6702c68
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
3 changes: 0 additions & 3 deletions packages/supabase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"_print-googleid": "echo $GOOGLE_CLIENT_ID",
"print-googleid": "dotenv -- npm run _print-googleid",
"update:packages": "ncu -u",
"start": "dotenv -- supabase start",
"stop": "dotenv -- supabase stop",
Expand Down
15 changes: 13 additions & 2 deletions packages/webapp/.env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
NEXT_PUBLIC_PROVIDER_URL='ws://localhost:1234'
NEXT_PUBLIC_RESTAPI_URL='http://localhost:2300/api'
NEXT_PUBLIC_SSE_URL='http://localhost:2300/sse'

# SUPABASE_ANON_KEY=SUPABASE_ANON_KEY
# SUPABASE_URL=SUPABASE_URL
# replace this with your Tiptap Pro token, if you want to install tiptap pro extension
TIPTAP_PRO_TOKEN=YOUR_TIPTAP_PRO_TOKEN

# replace this with your Supabase anon key
NEXT_PUBLIC_SUPABASE_ANON_KEY=YOUR_SUPABASE_ANON_KEY

NEXT_PUBLIC_SUPABASE_URL=http://localhost:54321
NEXT_PUBLIC_SUPABASE_WS_URL=ws://localhost:54321
NEXT_PUBLIC_AUTH_REDIRECT_TO=http://localhost:3000/auth/callback

NEXT_PUBLIC_SPACES_KEY=
NEXT_PUBLIC_SPACES_SECRET=

0 comments on commit 6702c68

Please sign in to comment.