forked from Oneirocom/Magick
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
36 lines (29 loc) · 1.17 KB
/
.env
File metadata and controls
36 lines (29 loc) · 1.17 KB
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
29
30
31
32
33
34
35
36
###### Default settings, override in .env.local file that is auto-generated on install ######
DATABASE_URL=postgresql://magick:magick_default_pw@localhost:5432/magick
# Copy these to .env.local and fill in your own values to customize
CLIENT_PLUGINS=github,discord,twitter,rest,loop,task,googleai,openai,search,bluesky,avatar,elevenlabs,database
SERVER_PLUGINS=github,discord,twitter,rest,loop,task,googleai,openai,search,bluesky,elevenlabs,database
# Memory to use for build cache
NODE_OPTIONS="--max-old-space-size=8192"
# Server settings
PAGINATE_DEFAULT=100
PAGINATE_MAX=1000
# Change this in production to something impossible to guess
JWT_SECRET=secret
# Client settings
VITE_APP_FILE_SERVER_URL=http://localhost:65530
VITE_APP_SPEECH_SERVER_URL=http://localhost:65532
VITE_APP_TRUSTED_PARENT_URL=http://localhost:3000
# Posthog settings
VITE_APP_POSTHOG_ENABLED=false
VITE_APP_POSTHOG_API_KEY=key
# Settings for authentication
PRODUCTION=false
# This will be the default key for every openai api request
DEFAULT_OPENAI_KEY=keytouseforprod
VITE_APP_PRODUCTION=false
VITE_APP_STANDALONE=true
STANDALONE=true
REDISCLOUD_HOST=localhost
REDISCLOUD_URL=redis://localhost:6379
NGROK_AUTH_TOKEN=