-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.example
48 lines (42 loc) · 875 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
41
42
43
44
45
46
47
48
PORT=3301
DOCKER_PORT=3301
APP_ENV=local
LOAD_ENV=true
REDACT_KEYS=password,authorization
LOGGER_ENABLED=true
LOGGER_DEBUG=true
SCHEDULER_ENABLED=true
SCHEDULER_SLEEP=60
DEBUG=true
JWT_SECRET_KEY=secret123
JWT_EXPIRES_IN_SECONDS=86400
AWS_REGION=us-east-1
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_SES_REGION=us-east-1
AWS_SES_CONFIGURATION_NAME=
AWS_SES_SOURCE="AppName <[email protected]>"
DB_HOST=host.docker.internal
DB_PORT=5432
DB_SCHEMA=public
DB_NAME=development
DB_USERNAME=root
DB_PASSWORD=root
DB_TIMEZONE=UTC
DB_APP_NAME=app
DB_ENABLED_SSL=false
DB_MAX_IDLE_CONN=2
DB_MAX_OPEN_CONN=35
DB_CONN_MAX_IDLE_TIME=15000
DB_CONN_MAX_LIFETIME=60000
DB_QUERY_TIMEOUT=300
DB_LOGGING=true
REDIS_HOST=host.docker.internal
REDIS_PORT=6379
REDIS_PASSWORD=redis
REDIS_DATABASE=0
SLACK_TOKEN=
SLACK_ENABLED=false
SLACK_USERNAME=api
SLACK_MEMBERS_ID=
SLACK_CHANNEL=alerts