-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.local
30 lines (30 loc) · 991 Bytes
/
.env.local
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
ENVIRONMENT_NAME=local
GKECONSUMERSVCCLUSTER_SECRET='{"dbClusterIdentifier":"xxx","password":"go_template_role456","dbname":"go_template","engine":"postgres","port":5432,"host":"localhost","username":"go_template_role"}'
JWT_SECRET=aa60b52e-7974-11ea-bc55-0242ac130003b08d6654-7974-11ea-bc55-0242ac130003-b08d6654-7974-11ea-bc55-0242ac130003
DB_NAME=go_template
DB_HOST=localhost
DB_PASS=go_template_role456
DB_USER=go_template_role
DB_SSL=disable
DB_PORT=5432
SERVER_PORT=9000
SERVER_DEBUG=true
SERVER_READ_TIMEOUT=10
SERVER_WRITE_TIMEOUT=5
JWT_MIN_SECRET_LENGTH=64
JWT_DURATION_MINUTES=15
JWT_REFRESH_DURATION=15
JWT_MAX_REFRESH=1440
JWT_SIGNING_ALGORITHM=HS256
DB_LOG_QUERIES=true
DB_TIMEOUT_SECONDS=5
APP_MIN_PASSWORD_STR=1
KAFKA_HOST_1=localhost:9092
KAFKA_HOST_2=localhost:9092
KAFKA_HOST_3=localhost:9092
PGADMIN_PORT=5000
PGADMIN_PASS=admin
PRODUCER_SVC_ENDPOINT=http://localhost:9001/producer-svc
REDIS_ADDRESS=localhost:6379
SLACK_CHANNEL_ID=ADD_VALID_ID