forked from Oneirocom/Magick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
28 lines (21 loc) · 932 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Default settings, override in .env.local file that is auto-generated on install
# Database
### sqlite (default for local development, for postgres use 'pg')
### for vector search, we recommend supabase or bit.io with pgvector extention enabled
DATABASE_TYPE=sqlite
# sqlite file path, absolute or relative path
## for postgres, this should bie your full connection string, starting with postgres://
DATABASE_URL=./mydb.sqlite
SKIP_DB_EXTENSIONS=true
# Copy these to .env.local and fill in your own values to customize
CLIENT_PLUGINS=discord,twitter,rest,loop,finetune,openai,banana,ethereum
SERVER_PLUGINS=discord,twitter,rest,loop,finetune,openai,banana,ethereum
# Memory to use for build cache
NODE_OPTIONS="--max-old-space-size=8192"
# Server settings
PAGINATE_DEFAULT=100
PAGINATE_MAX=1000
# Set this to false in production
IGNORE_AUTH=true
# Change this in production to something impossible to guess
JWT_SECRET=secret