diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-14 14:39:10 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-14 14:40:37 +0800 |
commit | 243780c4c6d499c34379d14ecbb512df71c9721e (patch) | |
tree | be42479232aefdf5df4edbae21ac316bd9b838fb | |
parent | 23eb546f7efe962914e8b745f687dbcbfe08d707 (diff) |
PG DB password reverts back to none
We can set it in .pgpass instead.
-rw-r--r-- | config/additional_fields | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/additional_fields b/config/additional_fields index d52fa4c..ee3c470 100644 --- a/config/additional_fields +++ b/config/additional_fields @@ -48,7 +48,7 @@ interch __MVC_CATUSER__ interch {PGSQL}SQLPASS Password for PostgreSQL (if any) -pass pass + pass {PGSQL}!SQLUDATE Timestamp for PostgreSQL (if any) |