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