auto commit
This commit is contained in:
parent
121a112c31
commit
05756e5973
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user