From 2c2c154a488ac423afd948da7fccc660ff5758c9 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 15 Feb 2025 15:17:05 +0300 Subject: [PATCH] infra: added postgres-exporter folder --- solution/infrastructure/postgres-exporter/.env.template | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 solution/infrastructure/postgres-exporter/.env.template 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