-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
56 lines (48 loc) · 961 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
49
50
51
52
53
54
55
56
# Vault configuration
# is sensitive/secret
VAULT_TOKEN=
RDS_PASSWORD=
REDIS_PASSWORD=
# contains defaults but can be overriden
VAULT_URL=
VAULT_CRT=
# Microservices
# needs to be set (no defaults)
QUEUE_SERVICE=
METADATA_SERVICE=
AUTH_SERVICE=
# Redis
# needs to be set (no defaults)
REDIS_HOST=
REDIS_PORT=
REDIS_DB=
# Relational database
# needs to be set (no defaults)
RDS_HOST=
RDS_PORT=
RDS_USERNAME=
RDS_NAME=
RDS_SCHEMA=
# Default
RDS_PRE_PING=true
# contains defaults but can be overriden
RDS_TABLE_NAME=archive_preview
RDS_ECHO_SQL_QUERIES=false
# Service configuration
# contains defaults but can be overriden
CONFIG_CENTER_ENABLED=false
APP_NAME=dataops_service
VERSION=2.0.0
PORT=5063
HOST=127.0.0.1
WORKERS=1
RELOAD=false
LOGGING_LEVEL=20
GREEN_ZONE_LABEL=Greenroom
CORE_ZONE_LABEL=Core
OPEN_TELEMETRY_ENABLED=false
OPEN_TELEMETRY_HOST=127.0.0.1
OPEN_TELEMETRY_PORT=6831
SSE_PING_INTERVAL=5
# needs to be set (no defaults)
RSA_PUBLIC_KEY=