streaming, markdown, model selecting, and lots more
This commit is contained in:
+6
-5
@@ -1,5 +1,6 @@
|
||||
VERIDIAN_DB_NAME=veridian
|
||||
POSTGRES_PASSWORD=password
|
||||
NUXT_AUTH_SECRET="YOUR-SUPER-SECURE-SECRET" # openssl rand -base64 32
|
||||
|
||||
DATABASE_URL=postgresql://postgres:password@localhost:5432/veridian
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user