12345678910111213141516171819202122232425262728293031323334353637 |
- # 启动端口号
- server:
- port: 8000
- # websocket url
- websocket:
- ws-url: ws://localhost:8000/ws?uid=server&to_uid=client
- # MySQL数据源配置
- mysql:
- username: root
- password: 123456
- url: tcp(localhost:3306)/ait?charset=utf8&parseTime=True&loc=Local
- # url: tcp(localhost:3306)/imall?charset=utf8&parseTime=True&loc=Local
- # 图片路径配置
- upload:
- savePath: ./files/
- accessUrl: http://localhost:8000/file/
- # JWT配置
- jwt:
- signingKey: z3d6k8v0n3w7m9sa1fd0u09h
- # 定时任务
- cron:
- enable: true
- # 微信小程序配置
- code2Session:
- appId: wx3cb7b0s2793390f63
- appSecret: 86d8z38cac01ff375b2676d35f65e021
- # 问题反馈配置
- feedback:
- qqSmtp: smtp.qq.com
- qqEmail: 1933757688@qq.com
- qqEmailSecret: jjstmwtidhwhxhzc
|