chore(deploy): 更新 PostgreSQL 密码

This commit is contained in:
2026-09-02 16:18:45 +08:00
parent 3606419f41
commit 9f7287c2c7
+2 -2
View File
@@ -16,7 +16,7 @@ database:
host: "192.168.0.83"
port: "15432"
user: "postgres"
pass: "Bjang09@686^*^"
pass: "Q!P@z#M$1@686^*^.."
name: "oss"
prefix: "oss_" # (可选)表名前缀
role: "master" # (可选)数据库主从角色(master/slave),默认为master。如果不使用应用主从机制请不配置或留空即可。
@@ -36,7 +36,7 @@ database:
host: "192.168.0.83"
port: "15432"
user: "postgres"
pass: "Bjang09@686^*^"
pass: "Q!P@z#M$1@686^*^.."
name: "oss"
prefix: "oss_" # (可选)表名前缀
role: "slave" # (可选)数据库主从角色(master/slave),默认为master。如果不使用应用主从机制请不配置或留空即可。