-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.env.example
44 lines (33 loc) · 1.21 KB
/
.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
OC_ALIAS=dev-cluster
OC_URL=https://the-cluster.openshiftapps.com:6443
OC_TOKEN=sha256~thisis-atoken-itsrandom # to be used instead of OC_USER and OC_PASSWORD
############ Common ############
CLUSTER_NAME=Test
LOG_LEVEL=INFO
################################
########### Dashboard ###########
DASHBOARD_REPLAY_SERVER=https://kafka-streams.app.some-cluster.com
DASHBOARD_SCORING_SERVER=https://other-kafka-streams.app.some-cluster.com
#################################
########## Kafka Common ##########
KAFKA_SVC_USERNAME=srvc-acct-xxx-yyy-zzz-123
KAFKA_BOOTSTRAP_URL=some-name-abc.kafka.devshift.org:443
KAFKA_SVC_PASSWORD=1pass2goes-here-abcd-1b743
##################################
########## Kafka Streams #########
TRUSTSTORE_LOCATION=/var/truststore/truststore.jks
TRUSTSTORE_PASSWORD=strongpassword
##################################
######## Node.js Common ########
# Set this to either "dev" or "prod"
NODE_ENV=prod
################################
########### Admin HQ ###########
ADMIN_USERNAME=admin
ADMIN_PASSWORD=secretsauce
################################
########### Game WSS ###########
# Optional S3 bucket credentials
AWS_ACCESS_KEY_ID=abc123
AWS_SECRET_ACCESS_KEY=123+abc
################################