From bdcb4544f69d9d9e2471236ab780eccb37426a75 Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Wed, 22 Jun 2022 12:05:00 +0200 Subject: [PATCH] change templates --- templates/docker-compose.yml.default | 2 +- templates/env.default | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/docker-compose.yml.default b/templates/docker-compose.yml.default index c341252..f02da72 100644 --- a/templates/docker-compose.yml.default +++ b/templates/docker-compose.yml.default @@ -23,7 +23,7 @@ services: command: ["--reporting-disabled"] environment: DOCKER_INFLUXDB_INIT_MODE: setup - DOCKER_INFLUXDB_INIT_USERNAME: symfony + DOCKER_INFLUXDB_INIT_USERNAME: devel DOCKER_INFLUXDB_INIT_PASSWORD: ${INFLUXDB_PASSWORD} DOCKER_INFLUXDB_INIT_ORG: ${INFLUXDB_ORG} DOCKER_INFLUXDB_INIT_BUCKET: ${INFLUXDB_BUCKET} diff --git a/templates/env.default b/templates/env.default index 8f71d0c..8719d50 100644 --- a/templates/env.default +++ b/templates/env.default @@ -6,8 +6,8 @@ # INFLUXDB ######################################################################## INFLUXDB_PORT=8086 -INFLUXDB_PASSWORD=2RPJpkrduLgkpfQCpcBe1jYv -INFLUXDB_ADMIN_TOKEN=egLfcf7fx0FESqFYU3RpAAbj +INFLUXDB_PASSWORD=1bc8777daad29d2f05eb77b7571fd8a1 +INFLUXDB_ADMIN_TOKEN=74008ea2a8dad5e6f856838a90c6392e INFLUXDB_ORG=ClusterCockpit INFLUXDB_BUCKET=ClusterCockpit # Whether or not to check SSL Cert in Symfony Client, Default: false