diff --git a/.gitignore b/.gitignore index 57612dd..1003c2c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ # Environment files for docker composes .env.production +production.env # Home assistant configuration file configuration-production.yaml diff --git a/home-server/envs/production.env b/home-server/envs/production.env deleted file mode 100644 index b8cc543..0000000 --- a/home-server/envs/production.env +++ /dev/null @@ -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