-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
65 lines (48 loc) · 1.83 KB
/
.env
File metadata and controls
65 lines (48 loc) · 1.83 KB
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
57
58
59
60
61
62
63
64
65
#####################################################
# The following values are provided by Confluent's
# release automation process. The values in these
# names will be adopted in scripts and expressions
# over time to construct other
# values required by this repository
#####################################################
CP_VERSION=latest
BROKER_NAME=kafka
BROKER_ID=1
LOCAL_SCHEMAS_FILES_PATH=schemas\user_tracker.avsc
KAFKA_ZOOKEEPER_CONNECT=localhost:2181
#####################################################
# Mosquitto Username & Password
MOSQUITTO_USERNAME=admin
MOSQUITTO_PASSWORD=admin
# Grafana port definition
GRAFANA_PORT=3005
# HiveMQ MQTT Broker port definition
HIVEMQ_PORT=1883
# HiveMQ MQTT Broker username & password
HIVEMQ_USERNAME=admin
HIVEMQ_PASSWORD=admin
# Mosquitto Username & Password
MOSQUITTO_USERNAME=admin
MOSQUITTO_PASSWORD=admin
#####################################################
# influx db configs
DOCKER_INFLUXDB_INIT_MODE=setup
## Environment variables used during the setup and operation of the stack
# Primary InfluxDB admin/superuser credentials
DOCKER_INFLUXDB_INIT_USERNAME=admin
DOCKER_INFLUXDB_INIT_PASSWORD=thepasswordis
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=5654a7b463fc700a7ab4bffe5c2de1ea
# Primary InfluxDB organization & bucket definitions
DOCKER_INFLUXDB_INIT_ORG=test
DOCKER_INFLUXDB_INIT_BUCKET=streamed_data
# Primary InfluxDB bucket retention period
# NOTE: Valid units are nanoseconds (ns), microseconds(us), milliseconds (ms)
# seconds (s), minutes (m), hours (h), days (d), and weeks (w).
DOCKER_INFLUXDB_INIT_RETENTION=4d
# InfluxDB port & hostname definitions
DOCKER_INFLUXDB_INIT_PORT=8086
DOCKER_INFLUXDB_INIT_HOST=influxdb
# more buckets
DOCKER_INFLUXDB_HTTP_BUCKET=http_bucket
# Will be mounted to container and used as telegraf configuration
TELEGRAF_CFG_PATH=./telegraf/telegraf.conf