add triplit vars to example .env
This commit is contained in:
+8
-2
@@ -1,9 +1,15 @@
|
|||||||
# Drizzle
|
# Drizzle
|
||||||
DATABASE_URL=local.db
|
DATABASE_URL=local-drizzle.db
|
||||||
|
|
||||||
ORIGIN=""
|
ORIGIN="http://localhost:5173/"
|
||||||
|
|
||||||
# Better Auth
|
# Better Auth
|
||||||
# For production use 32 characters and generated with high entropy
|
# For production use 32 characters and generated with high entropy
|
||||||
# https://www.better-auth.com/docs/installation
|
# https://www.better-auth.com/docs/installation
|
||||||
BETTER_AUTH_SECRET=""
|
BETTER_AUTH_SECRET=""
|
||||||
|
|
||||||
|
# triplit
|
||||||
|
LOCAL_DATABASE_URL="local-triplit.db"
|
||||||
|
PUBLIC_TRIPLIT_SERVER_URL="http://localhost:6543"
|
||||||
|
# Dev server token, generate a new token for production
|
||||||
|
PUBLIC_TRIPLIT_TOKEN="eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ4LXRyaXBsaXQtdG9rZW4tdHlwZSI6ImFub24iLCJ4LXRyaXBsaXQtcHJvamVjdC1pZCI6ImxvY2FsLXByb2plY3QtaWQifQ.JzN7Erur8Y-MlFdCaZtovQwxN_m_fSyOIWNzYQ3uVcc"
|
||||||
Reference in New Issue
Block a user