Commit d716ae4d58ffb01212ae7ca1a524458fd7730f29
1 parent
5e9f33f1
修改正式环境日志位置
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/application.properties
| ... | ... | @@ -38,8 +38,8 @@ mybatis.type-aliases-package=com.cnlive.shenhe.entity |
| 38 | 38 | server.port=81 |
| 39 | 39 | |
| 40 | 40 | #logback\u65e5\u5fd7\u4e2d\u4f7f\u7528 |
| 41 | -spring.application.name=cnlive_shenhe_test | |
| 42 | -spring.application.home=/usr/local/test_cnlive_shenhe/cnlive_shenhe/log | |
| 41 | +spring.application.name=cnlive_shenhe | |
| 42 | +spring.application.home=/usr/local/cnlive_shenhe/log | |
| 43 | 43 | |
| 44 | 44 | sync_users_api=http://api.cnlive.com/open/api2/inner2/shenhe/getuser |
| 45 | 45 | sync_users_app_key=314a9dd4-a9b7-4c12-bbbe-1150a36491ae | ... | ... |