7 lines
478 B
Bash
7 lines
478 B
Bash
TRIPLIT_SERVICE_TOKEN="your-triplit-service-token" # given to you on startup, or by running `tsx generate-tokens.ts`
|
|
NUXT_TRIPLIT_ANON_TOKEN="your-anonymous-triplit-token" # also given to you on startup, or by running `tsx generate-tokens.ts`
|
|
BETTER_AUTH_SECRET="super-secret" # openssl rand -base64 32
|
|
TRIPLIT_JWT_SECRET="super-secret"
|
|
EXTERNAL_JWT_SECRET=${BETTER_AUTH_SECRET} # no need to change this
|
|
NUXT_PUBLIC_TRIPLIT_URL="http://localhost:6543" # your triplit server url
|