forked from ManeSah/giskard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
38 lines (28 loc) · 736 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
29
30
31
32
33
34
35
36
37
38
DOMAIN=localhost
STACK_NAME=app-giskard-ai
# Backend
BACKEND_CORS_ORIGINS=["http://localhost","http://localhost:4200","http://localhost:3000","http://localhost:8080","http://localhost:19000"]
PROJECT_NAME=Giskard
FIRST_SUPERUSER=admin@giskard.ai
FIRST_SUPERUSER_PASSWORD=admin
SMTP_TLS=True
SMTP_PORT=587
SMTP_HOST=
SMTP_USER=
SMTP_PASSWORD=
WELCOME_FROM_EMAIL=welcome@giskard.ai
NOTIFICATION_FROM_EMAIL=notification@giskard.ai
USERS_OPEN_REGISTRATION=True
SENTRY_DSN=
# Flower
FLOWER_BASIC_AUTH=
# Postgres
POSTGRES_SERVER=db
POSTGRES_USER=postgres
POSTGRES_PASSWORD=y1QYbF2BtFUC
POSTGRES_DB=app
# PgAdmin
PGADMIN_LISTEN_PORT=5050
PGADMIN_DEFAULT_EMAIL=giskard
PGADMIN_DEFAULT_PASSWORD=
DOCKER_REGISTRY=public.ecr.aws/giskard