Commit 9c13d31f2faeac8e64d55c8363f8aa2899cab44c
1 parent
4ba40778
1.修改更新日志
Showing
3 changed files
with
3 additions
and
3 deletions
src/main/resources/application-dev.properties
| ... | ... | @@ -56,4 +56,4 @@ cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confi |
| 56 | 56 | ## admin mail |
| 57 | 57 | admin.mail= 3090342880@qq.com |
| 58 | 58 | ## enabled |
| 59 | -enabled.whiteip= true; | |
| 60 | 59 | \ No newline at end of file |
| 60 | +enabled.whiteip= true | |
| 61 | 61 | \ No newline at end of file | ... | ... |
src/main/resources/application-prod.properties
| ... | ... | @@ -58,4 +58,4 @@ cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confi |
| 58 | 58 | ## admin mail |
| 59 | 59 | admin.mail= 3090342880@qq.com |
| 60 | 60 | ## enabled |
| 61 | -enabled.whiteip= true; | |
| 62 | 61 | \ No newline at end of file |
| 62 | +enabled.whiteip= true | |
| 63 | 63 | \ No newline at end of file | ... | ... |
src/main/resources/application-test.properties
| ... | ... | @@ -49,4 +49,4 @@ cp.ack.url= http://114.80.178.12:8778/prod-api/serverApi/instructionsIssue/confi |
| 49 | 49 | ## admin mail |
| 50 | 50 | admin.mail= 113252620@qq.com |
| 51 | 51 | ## enabled |
| 52 | -enabled.whiteip= true; | |
| 53 | 52 | \ No newline at end of file |
| 53 | +enabled.whiteip= true | |
| 54 | 54 | \ No newline at end of file | ... | ... |