From 1a6e0c1e48b9728b7529f288837fd019f78f4285 Mon Sep 17 00:00:00 2001 From: shengchenyang <15538221825@163.com> Date: Sun, 3 Dec 2023 16:12:17 +0800 Subject: [PATCH] optimize: add postgresql conf template --- ayugespidertools/templates/project/module/VIT/.conf | 8 ++++++++ tests/VIT/.conf_example | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/ayugespidertools/templates/project/module/VIT/.conf b/ayugespidertools/templates/project/module/VIT/.conf index e500ce2..551270f 100644 --- a/ayugespidertools/templates/project/module/VIT/.conf +++ b/ayugespidertools/templates/project/module/VIT/.conf @@ -14,6 +14,14 @@ authsource=*** user=*** password=*** +[postgresql] +host=*** +port=5432 +user=*** +password=*** +database=*** +charset=UTF8 + [mq] host=*** port=5672 diff --git a/tests/VIT/.conf_example b/tests/VIT/.conf_example index 7060495..ff83437 100644 --- a/tests/VIT/.conf_example +++ b/tests/VIT/.conf_example @@ -19,6 +19,14 @@ authsource=*** user=*** password=*** +[postgresql] +host=*** +port=5432 +user=*** +password=*** +database=*** +charset=UTF8 + [mq] host=*** port=5672