Skip to content

Commit

Permalink
2024年8月14日 添加自动创建表结构
Browse files Browse the repository at this point in the history
  • Loading branch information
ss1917 committed Aug 14, 2024
1 parent 0d5d2e7 commit 195f3c4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ codo-agent-server --config-file=config.yaml migrate

## 启动 server
```
codo-agent-server --config-file=config.yaml
codo-agent-server --config-file=conf.yaml
```
## 启动 proxy (可选)
```
Expand Down
Binary file modified codo-agent-server
Binary file not shown.
2 changes: 1 addition & 1 deletion conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ MQCONFIG:
PASSWORD: "123456"
VHOST: "codo"
ROOT-PATH: E:\go\src\agent-server
LOG-LEVEL: DEBUG
LOG-LEVEL: INFO
DB-CONFIG:
DB-TYPE: mysql
DB-USER: root
Expand Down

0 comments on commit 195f3c4

Please sign in to comment.