Commit 35998ca72f8ac7be49891621b54e5bd3f58b9fa9
1 parent
40694a4b
1.
Showing
1 changed file
with
5 additions
and
5 deletions
src/main/resources/application-prod.properties
| ... | ... | @@ -8,9 +8,9 @@ spring.jpa.hibernate.naming_strategy= org.hibernate.cfg.ImprovedNamingStrategy |
| 8 | 8 | spring.jpa.database= MYSQL |
| 9 | 9 | spring.jpa.show-sql= false |
| 10 | 10 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 11 | -spring.datasource.url= jdbc:mysql://10.10.150.103:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 11 | +spring.datasource.url= jdbc:mysql://127.0.0.1/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | |
| 12 | 12 | spring.datasource.username= root |
| 13 | -spring.datasource.password= fsodlgjiuigAQF2$9fs9 | |
| 13 | +spring.datasource.password= root2jsp | |
| 14 | 14 | #DATASOURCE |
| 15 | 15 | spring.datasource.max-active=100 |
| 16 | 16 | spring.datasource.max-idle=8 |
| ... | ... | @@ -25,11 +25,11 @@ spring.datasource.validation-query=select 1 |
| 25 | 25 | |
| 26 | 26 | #REDIS |
| 27 | 27 | spring.redis.database=0 |
| 28 | -spring.redis.host=10.10.150.103 | |
| 28 | +spring.redis.host=127.0.0.1 | |
| 29 | 29 | spring.redis.password=bsth_control_001 |
| 30 | 30 | spring.redis.port=28008 |
| 31 | 31 | |
| 32 | -http.control.service_data_url= http://10.10.150.103:9088/companyService | |
| 32 | +http.control.service_data_url= http://127.0.0.1:9088/companyService | |
| 33 | 33 | http.control.secret.key= dVPHJkWUt5FhMT7jrM2dLV7QvlHAmZFd42rs1P0usBx8A7HZki |
| 34 | 34 | |
| 35 | -http.gps.real.url= http://10.10.150.103:8080/transport_server/rtgps/ | |
| 36 | 35 | \ No newline at end of file |
| 36 | +http.gps.real.url= http://127.0.0.1:8080/transport_server/rtgps/ | |
| 37 | 37 | \ No newline at end of file | ... | ... |