From 23866f62fdc14ea245941c6446fcbb34953883c0 Mon Sep 17 00:00:00 2001 From: Mose Mueller Date: Mon, 31 Jul 2023 16:15:08 +0200 Subject: [PATCH] removing config files. They will be stored in the services --- config/influxdb_config.yaml | 2 -- config/postgres_development.yaml | 3 --- config/postgres_production.yaml | 3 --- 3 files changed, 8 deletions(-) delete mode 100644 config/influxdb_config.yaml delete mode 100644 config/postgres_development.yaml delete mode 100644 config/postgres_production.yaml diff --git a/config/influxdb_config.yaml b/config/influxdb_config.yaml deleted file mode 100644 index 85d00e0..0000000 --- a/config/influxdb_config.yaml +++ /dev/null @@ -1,2 +0,0 @@ -url: 'http://avalon.qchub.ch:8086' -org: 'qchub' diff --git a/config/postgres_development.yaml b/config/postgres_development.yaml deleted file mode 100644 index e489e1c..0000000 --- a/config/postgres_development.yaml +++ /dev/null @@ -1,3 +0,0 @@ -database: qchub-test -host: avalon.qchub.ch -port: 5432 diff --git a/config/postgres_production.yaml b/config/postgres_production.yaml deleted file mode 100644 index 201faf7..0000000 --- a/config/postgres_production.yaml +++ /dev/null @@ -1,3 +0,0 @@ -database: qchub -host: avalon.qchub.ch -port: 5432