feat(repos): 添加消息队列分发。BAK

This commit is contained in:
Ivan
2021-02-25 16:11:06 +08:00
parent 5b2a017858
commit 7ea8505873
7 changed files with 44 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
env: dev
http:
port: 7122
db:
postgres:
host: 192.168.31.194
@@ -9,5 +8,9 @@ db:
database: fennec
username: fennec
password:
redis:
mq:
host: localhost
port: 6379
workspaces:
root: '/Users/ivanli/Projects/fennec/workspaces'