Removed production settings

This commit is contained in:
2024-12-26 10:47:53 +01:00
parent 2ca39264d1
commit 395fb6a550
2 changed files with 1 additions and 16 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
# Environment files for docker composes # Environment files for docker composes
.env.production .env.production
production.env
# Home assistant configuration file # Home assistant configuration file
configuration-production.yaml configuration-production.yaml

View File

@@ -1,16 +0,0 @@
# Maria DB settings
# For testing purposes only. Please create a .env.mariadb to overwrite these variables
MARIADB_ROOT_PASSWORD=c8gcablGDuJH2tnbAXjPiQ==
MARIADB_DATABASE=homeassistant
MARIADB_USER=homeassistant_user
MARIADB_PASSWORD=gyxxny8gO6bzczw+ULuALA==
GF_SECURITY_ADMIN_USER=admin
GF_SECURITY_ADMIN_PASSWORD=QCpuH3Fnet7g9ywlRQ1Gtw==
GF_USERS_ALLOW_SIGN_UP=false
DOCKER_INFLUXDB_INIT_USERNAME=homeassistant
DOCKER_INFLUXDB_INIT_PASSWORD=IEOUjgdbI3XjJnmqQOPkHw==
DOCKER_INFLUXDB_INIT_ORG=homeassistant
DOCKER_INFLUXDB_INIT_BUCKET=homeassistant