aboutsummaryrefslogtreecommitdiffstats
path: root/config.env.example
diff options
context:
space:
mode:
Diffstat (limited to 'config.env.example')
-rw-r--r--config.env.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/config.env.example b/config.env.example
new file mode 100644
index 0000000..9221f0d
--- /dev/null
+++ b/config.env.example
@@ -0,0 +1,10 @@
+DOCKER_INFLUXDB_INIT_MODE=setup
+DOCKER_INFLUXDB_INIT_USERNAME=eden
+DOCKER_INFLUXDB_INIT_PASSWORD=*****************
+DOCKER_INFLUXDB_INIT_ORG=poweredagay
+DOCKER_INFLUXDB_INIT_BUCKET=edenbucket
+DOCKER_INFLUXDB_INIT_ADMIN_TOKEN=***************************************
+DOCKER_INFLUXDB_DB=power
+
+PING_HOST=8.8.8.8
+NUM_PINGS=10 \ No newline at end of file