From 05756e5973fe34a7cedc3e58fe6d21042f0fb1e1 Mon Sep 17 00:00:00 2001 From: bangdk Date: Tue, 19 Nov 2024 05:41:16 +0900 Subject: [PATCH] auto commit --- .env.development | 4 ++-- fems-timescaledb/pg_hba.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index 3a8bbd1..5231a2c 100644 --- a/.env.development +++ b/.env.development @@ -38,8 +38,8 @@ POSTGRES_PASSWORD=wacefems-pg-password-PPw09!keep # TimescaleDB TIMESCALEDB_HOST=fems-timescaledb TIMESCALEDB_PORT=5433 -TIMESCALEDB_DB=fems_timeseries_db -TIMESCALEDB_USER=wacefems-tsdb-user +TIMESCALEDB_DB=fems_timeseries +TIMESCALEDB_USER=fems_user TIMESCALEDB_PASSWORD=wacefems-tsdb-password-PPw09!keep # Redis diff --git a/fems-timescaledb/pg_hba.conf b/fems-timescaledb/pg_hba.conf index 0e7388e..8181c10 100644 --- a/fems-timescaledb/pg_hba.conf +++ b/fems-timescaledb/pg_hba.conf @@ -12,4 +12,4 @@ host all all 172.16.0.0/12 scram-sha-256 host all all 192.168.0.0/16 scram-sha-256 host all all 10.0.0.0/8 scram-sha-256 # Allow connections from specific users -host fems_timescaledb fems_user all scram-sha-256 \ No newline at end of file +host fems_timeseries fems_user all scram-sha-256 \ No newline at end of file