Skip to content

Commit

Permalink
【优化框架】修改go.mod module名称
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxi2015 committed Aug 17, 2022
1 parent 2309977 commit a3621fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jwt:
secret: '3jQSRZXeXzr09hq0GrZuL9Dgtk2XV9Ax'
log:
debug: true
fileName: 'github.com/MQEnergy/go-framework' # 日志文件名称
fileName: 'mqenergy-go' # 日志文件名称
dirPath: 'runtime/logs' # 日志默认存放目录
mysql:
- host: '127.0.0.1'
Expand Down
2 changes: 1 addition & 1 deletion config.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jwt:
secret: '3jQSRZXeXzr09hq0GrZuL9Dgtk2XV9Ax'
log:
debug: true
fileName: 'github.com/MQEnergy/go-framework' # 日志文件名称
fileName: 'mqenergy-go' # 日志文件名称
dirPath: 'runtime/logs' # 日志默认存放目录
mysql:
- host: '127.0.0.1'
Expand Down
2 changes: 1 addition & 1 deletion config.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jwt:
secret: '3jQSRZXeXzr09hq0GrZuL9Dgtk2XV9Ax'
log:
debug: true
fileName: 'github.com/MQEnergy/go-framework' # 日志文件名称
fileName: 'mqenergy-go' # 日志文件名称
dirPath: 'runtime/logs' # 日志默认存放目录
mysql:
- host: '127.0.0.1'
Expand Down

0 comments on commit a3621fb

Please sign in to comment.