-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
40 lines (28 loc) · 893 Bytes
/
.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
# Domain
# This would be set to the production domain with an env var on deployment
API_DOMAIN=localhost
PUBLIC_API_URL=http://localhost
# Environment: development, staging, production
NODE_ENV=development
PUBLIC_VERSION='dev'
PUBLIC_PROJECT_NAME="TMVisDB"
STACK_NAME="tmvisdb"
# Backend
BACKEND_CORS_ORIGINS="http://localhost,http://localhost:5173,https://localhost,https://localhost:5173,http://frontend:5173"
# Postgres
SQLITE_DATABASE_PATH="data/tmvis.db"
SENTRY_DSN_BACKEND=
PUBLIC_SENTRY_DSN_FRONTEND=
PUBLIC_SENTRY_TRACES_SAMPLE_RATE=0.1
# Configure these with your own Docker registry images
DOCKER_IMAGE_BACKEND=tmvisdb-backend
DOCKER_IMAGE_FRONTEND=tmvisdb-frontend
CERT_EMAIL=
PUBLIC_GITHUB_REPO=t03i/TMvisDB
PUBLIC_MIN_PROTEIN_LENGTH=16
PUBLIC_MAX_PROTEIN_LENGTH=5500
PUBLIC_MAINTENANCE_MODE=false
NAS_ADDR=
NAS_PATH=
UPDATE_NOTIFICATION_HOST=
UPDATE_NOTIFICATION_URL=