diff --git a/manifest/config/config.yaml b/manifest/config/config.yaml index dab089b..a934e44 100644 --- a/manifest/config/config.yaml +++ b/manifest/config/config.yaml @@ -11,4 +11,11 @@ logger: database: default: link: "mysql:live:p4jMAMShNM8HTrbX@tcp(39.101.133.168:3306)/live?charset=utf8mb4&parseTime=True&loc=Local" - debug: true \ No newline at end of file + debug: true + +# redis配置 +redis: + default: + address: 121.89.234.155:7001 + pass: RH0YTFo0ByLD + db: 2 \ No newline at end of file