diff --git a/hertz-be/src/main/resources/application-dev.properties b/hertz-be/src/main/resources/application-dev.properties index 78e91bb..20c7f7c 100644 --- a/hertz-be/src/main/resources/application-dev.properties +++ b/hertz-be/src/main/resources/application-dev.properties @@ -27,3 +27,5 @@ logging.level.org.springframework.transaction.interceptor=TRACE # Kafka Consumer spring.kafka.consumer.auto-offset-reset=latest +# WebPush +fcm.certification=src/main/resources/tuning-fcm-certification.json \ No newline at end of file diff --git a/hertz-be/src/main/resources/application-local.properties b/hertz-be/src/main/resources/application-local.properties index 98672d4..3c6c857 100644 --- a/hertz-be/src/main/resources/application-local.properties +++ b/hertz-be/src/main/resources/application-local.properties @@ -29,3 +29,6 @@ logging.level.org.springframework.batch=DEBUG # Kafka Consumer spring.kafka.consumer.auto-offset-reset=earliest + +# WebPush +fcm.certification=/Users/zzeon9/Documents/GitHub/hertz-be/2-hertz-be/hertz-be/src/main/resources/tuning-fcm-certification.json \ No newline at end of file diff --git a/hertz-be/src/main/resources/application-prod.properties b/hertz-be/src/main/resources/application-prod.properties index 928e68e..37fe73e 100644 --- a/hertz-be/src/main/resources/application-prod.properties +++ b/hertz-be/src/main/resources/application-prod.properties @@ -16,7 +16,7 @@ springdoc.swagger-ui.path=/swagger-ui.html swagger.server-url=${SWAGGER_SERVER_URL} # Signal Domain -matching.convert.delay-minutes=360 +matching.convert.delay-minutes=5 # Spring Batch spring.batch.job.enabled=true @@ -25,3 +25,6 @@ logging.level.org.springframework.batch=WARN # Kafka Consumer spring.kafka.consumer.auto-offset-reset=latest + +# WebPush +fcm.certification=src/main/resources/tuning-fcm-certification.json \ No newline at end of file diff --git a/hertz-be/src/main/resources/application.properties b/hertz-be/src/main/resources/application.properties index b2f3184..9ed7ae1 100644 --- a/hertz-be/src/main/resources/application.properties +++ b/hertz-be/src/main/resources/application.properties @@ -86,9 +86,6 @@ spring.kafka.consumer.properties.spring.json.value.default.type=com.hertz.hertz_ spring.kafka.producer.key-serializer=org.apache.kafka.common.serialization.StringSerializer spring.kafka.producer.value-serializer=org.springframework.kafka.support.serializer.JsonSerializer -# WebPush -fcm.certification=src/main/resources/tuning-fcm-certification.json - #### Actuator management.endpoints.web.exposure.include=health,info,prometheus @@ -96,4 +93,4 @@ management.endpoints.web.exposure.include=health,info,prometheus management.prometheus.metrics.export.enabled=true # Channel Message PageSize -channel.message.page.size=20 \ No newline at end of file +channel.message.page.size=20