Skip to content

Commit

Permalink
chore: Fix .env.template (#24)
Browse files Browse the repository at this point in the history
The Reflect URL should be http/https and not ws/wss
  • Loading branch information
arv authored Dec 2, 2023
1 parent 084429b commit 23a53ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tiptap/.env.template
Original file line number Diff line number Diff line change
@@ -1 +1 @@
NEXT_PUBLIC_REFLECT_URL=wss://{{appHostname}}
NEXT_PUBLIC_REFLECT_URL=https://{{appHostname}}

0 comments on commit 23a53ee

Please sign in to comment.