Commit d8fa89ff81f0f38306bde18e980148d140edbf97
1 parent
f6fc3242
1.master_base
Showing
1 changed file
with
7 additions
and
0 deletions
src/main/resources/application-cloud.properties
| @@ -29,6 +29,13 @@ spring.redis.host=192.170.100.250 | @@ -29,6 +29,13 @@ spring.redis.host=192.170.100.250 | ||
| 29 | spring.redis.password=bsth_control_001 | 29 | spring.redis.password=bsth_control_001 |
| 30 | spring.redis.port=28008 | 30 | spring.redis.port=28008 |
| 31 | 31 | ||
| 32 | +#kafka | ||
| 33 | +spring.kafka.bootstrap-servers=112.64.45.145:19093,112.64.45.145:19094,112.64.45.145:19095,112.64.45.145:19096 | ||
| 34 | +spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer | ||
| 35 | +spring.kafka.producer.value-serializer=org.apache.kafka.common.serialization.StringSerializer | ||
| 36 | +spring.kafka.producer.buffer-memory=33554432 | ||
| 37 | +spring.kafka.producer.acks=all | ||
| 38 | + | ||
| 32 | http.control.service_data_url= https://192.170.100.54:9088/companyService | 39 | http.control.service_data_url= https://192.170.100.54:9088/companyService |
| 33 | http.control.secret.key= dVPHJkWUt5FhMT7jrM2dLV7QvlHAmZFd42rs1P0usBx8A7HZki | 40 | http.control.secret.key= dVPHJkWUt5FhMT7jrM2dLV7QvlHAmZFd42rs1P0usBx8A7HZki |
| 34 | 41 |