11 lines
No EOL
485 B
INI
11 lines
No EOL
485 B
INI
spring.main.web-application-type=none
|
|
account-service.hazelcast.cluster-members=127.0.0.1
|
|
account-service.hazelcast.login=dev
|
|
account-service.hazelcast.password=dev-pass
|
|
account-service.kafka.bootstrap-servers=localhost:9092
|
|
account-service.kafka.group-id=dev-group
|
|
account-service.kafka.enable-auto-commit=false
|
|
account-service.kafka.session-timeout-ms=30000
|
|
account-service.kafka.auto-offset-reset=latest
|
|
account-service.kafka.linger-ms=1
|
|
account-service.kafka.buffer-memory=33554432 |