문구정리

This commit is contained in:
kimscott
2019-07-30 16:12:29 +09:00
parent c78a7a9c44
commit f33a1149f0
2 changed files with 3 additions and 3 deletions

View File

@@ -85,4 +85,4 @@ options:
env: env:
# # location/name of GKE cluster (used by all kubectl commands) # # location/name of GKE cluster (used by all kubectl commands)
- CLOUDSDK_COMPUTE_ZONE=asia-northeast1-a - CLOUDSDK_COMPUTE_ZONE=asia-northeast1-a
- CLOUDSDK_CONTAINER_CLUSTER=uplus-poc-dev - CLOUDSDK_CONTAINER_CLUSTER=standard-cluster-1

View File

@@ -8,8 +8,8 @@ eventTopic: eventTopic
spring: spring:
profiles: default profiles: default
kafka: kafka:
# bootstrap-servers: http://35.194.123.133:19092 bootstrap-servers: http://34.85.73.178:31090
bootstrap-servers: localhost:9092 # bootstrap-servers: localhost:9092
consumer: consumer:
enable-auto-commit: true enable-auto-commit: true
jpa: jpa: