We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d5d2e7 commit 195f3c4Copy full SHA for 195f3c4
README.md
@@ -24,7 +24,7 @@ codo-agent-server --config-file=config.yaml migrate
24
25
## 启动 server
26
```
27
-codo-agent-server --config-file=config.yaml
+codo-agent-server --config-file=conf.yaml
28
29
## 启动 proxy (可选)
30
codo-agent-server
781 KB
conf.yaml
@@ -13,7 +13,7 @@ MQCONFIG:
13
PASSWORD: "123456"
14
VHOST: "codo"
15
ROOT-PATH: E:\go\src\agent-server
16
-LOG-LEVEL: DEBUG
+LOG-LEVEL: INFO
17
DB-CONFIG:
18
DB-TYPE: mysql
19
DB-USER: root
0 commit comments