diff --git a/solution/infrastructure/postgres-exporter/.env.template b/solution/infrastructure/postgres-exporter/.env.template new file mode 100644 index 0000000..9e72489 --- /dev/null +++ b/solution/infrastructure/postgres-exporter/.env.template @@ -0,0 +1,3 @@ +DATA_SOURCE_URI=postgres:5432/postgres?sslmode=disable +DATA_SOURCE_USER=postgres +DATA_SOURCE_PASS=postgres