Skip to content

Commit 195f3c4

Browse files
committed
2024年8月14日 添加自动创建表结构
1 parent 0d5d2e7 commit 195f3c4

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ codo-agent-server --config-file=config.yaml migrate
2424

2525
## 启动 server
2626
```
27-
codo-agent-server --config-file=config.yaml
27+
codo-agent-server --config-file=conf.yaml
2828
```
2929
## 启动 proxy (可选)
3030
```

codo-agent-server

781 KB
Binary file not shown.

conf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ MQCONFIG:
1313
PASSWORD: "123456"
1414
VHOST: "codo"
1515
ROOT-PATH: E:\go\src\agent-server
16-
LOG-LEVEL: DEBUG
16+
LOG-LEVEL: INFO
1717
DB-CONFIG:
1818
DB-TYPE: mysql
1919
DB-USER: root

0 commit comments

Comments
 (0)