forked from lecca-digital/lecca-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
41 lines (30 loc) · 1.04 KB
/
.env.example
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
37
38
39
40
41
#######################
#REQUIRED TO SERVE THE UI LOCALLY (NOT USING DOCKER)
#######################
VITE_CLIENT_URL=http://localhost:5173
VITE_SERVER_URL=http://localhost:9094
#######################
#REQUIRED TO RUN SERVER
#######################
# Run ./scripts/setup-env.sh to generate a .env file with the randomly generated secrets and keys.
# Look over the packages/server/src/config/server.config.ts file for more information on the server environment variables.
# These are just the environment variables required to run the server.
ENVIRONMENT=development
CLIENT_URL=http://localhost:5173
SERVER_URL=http://localhost:9094
POSTGRES_DB=lecca
POSTGRES_USER=postgres
POSTGRES_PASSWORD=
POSTGRES_PORT=5432
POSTGRES_HOST=localhost
DATABASE_URL=
PORT=9094
# Set to false to require email verification
# Mail options must be set for email verification to work
SKIP_EMAIL_VERIFICATION=true
# A long random string
AUTH_JWT_SECRET=
# A long random string
APP_OAUTH_CALLBACK_STATE_SECRET=
# A 256 bit encryption key (32 characters)
CRYPTO_ENCRYPTION_KEY=