auto commit
This commit is contained in:
parent
e7bc855948
commit
424e45312c
@ -14,10 +14,3 @@ host all all 10.0.0.0/8 scram-sha-256
|
|||||||
# Allow connections from specific users
|
# Allow connections from specific users
|
||||||
host fems_timeseries fems_user all scram-sha-256
|
host fems_timeseries fems_user all scram-sha-256
|
||||||
|
|
||||||
# Locale and Encoding 부분 수정
|
|
||||||
datestyle = 'iso, ymd'
|
|
||||||
timezone = 'Asia/Seoul'
|
|
||||||
lc_messages = 'C' # 변경
|
|
||||||
lc_monetary = 'C' # 변경
|
|
||||||
lc_numeric = 'C' # 변경
|
|
||||||
lc_time = 'C' # 변경
|
|
@ -50,10 +50,10 @@ autovacuum_max_workers = 3
|
|||||||
autovacuum_naptime = '1min'
|
autovacuum_naptime = '1min'
|
||||||
autovacuum_vacuum_scale_factor = 0.2
|
autovacuum_vacuum_scale_factor = 0.2
|
||||||
|
|
||||||
# Locale and Encoding
|
# Locale and Encoding 부분 수정
|
||||||
datestyle = 'iso, ymd'
|
datestyle = 'iso, ymd'
|
||||||
timezone = 'UTC'
|
timezone = 'Asia/Seoul'
|
||||||
lc_messages = 'en_US.utf8'
|
lc_messages = 'C' # 변경
|
||||||
lc_monetary = 'en_US.utf8'
|
lc_monetary = 'C' # 변경
|
||||||
lc_numeric = 'en_US.utf8'
|
lc_numeric = 'C' # 변경
|
||||||
lc_time = 'en_US.utf8'
|
lc_time = 'C' # 변경
|
Loading…
Reference in New Issue
Block a user