diff --git a/config.yaml b/config.yaml index 1ab87ed..93f8cb9 100644 --- a/config.yaml +++ b/config.yaml @@ -2,6 +2,7 @@ db_config: pool_name: "wechat_boot_pool" pool_size: 10 host: "192.168.2.41" + prot: "3306" user: "root" password: "lw123456" database: "message_archive" @@ -13,6 +14,7 @@ db_config: redis_config: host: "192.168.2.40" port: 6379 + password: "" db: 0 decode_responses: true