auto commit

This commit is contained in:
bangdk 2024-11-19 05:41:16 +09:00
parent 121a112c31
commit 05756e5973
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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
host fems_timeseries fems_user all scram-sha-256