Skip to content

Commit

Permalink
optimize: add postgresql conf template
Browse files Browse the repository at this point in the history
  • Loading branch information
shengchenyang committed Dec 3, 2023
1 parent 9722a74 commit 1a6e0c1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ayugespidertools/templates/project/module/VIT/.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ authsource=***
user=***
password=***

[postgresql]
host=***
port=5432
user=***
password=***
database=***
charset=UTF8

[mq]
host=***
port=5672
Expand Down
8 changes: 8 additions & 0 deletions tests/VIT/.conf_example
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ authsource=***
user=***
password=***

[postgresql]
host=***
port=5432
user=***
password=***
database=***
charset=UTF8

[mq]
host=***
port=5672
Expand Down

0 comments on commit 1a6e0c1

Please sign in to comment.