Helius
2022-06-07 0a01ba3f4f8f05388225ec385b9ce73221b646c4
fix config properties
2 files modified
6 ■■■■ changed files
src/main/resources/application-test.yml 4 ●●●● patch | view | raw | blame | history
src/main/resources/application.yml 2 ●●● patch | view | raw | blame | history
src/main/resources/application-test.yml
@@ -49,5 +49,5 @@
    publisher-confirm-type: correlated
system:
  online-transfer: true
  chain-listener: true
  online-transfer: false
  chain-listener: false
src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
  port: 8080
  port: 8081
  tomcat:
    uri-encoding: utf-8