From 0a2f8abb4096e069ee725c1a5220e79df0790f7d Mon Sep 17 00:00:00 2001 From: oldme <45782393+oldme-git@users.noreply.github.com> Date: Wed, 24 Jan 2024 20:37:41 +0800 Subject: [PATCH] Update annotation for redis.toml (#3282) --- contrib/nosql/redis/testdata/redis/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/nosql/redis/testdata/redis/config.toml b/contrib/nosql/redis/testdata/redis/config.toml index 81489835e..d1d974f8b 100644 --- a/contrib/nosql/redis/testdata/redis/config.toml +++ b/contrib/nosql/redis/testdata/redis/config.toml @@ -1,7 +1,7 @@ -# 模板引擎目录 +# Template directory viewpath = "/home/www/templates/" test = "v=3" -# MySQL数据库配置 +# MySQL config [database] [[database.default]] host = "127.0.0.1" @@ -25,7 +25,7 @@ test = "v=3" role = "master" charset = "utf8" priority = "1" -# Redis数据库配置 +# Redis config [redis] [redis.default] address = "127.0.0.1:6379"