diff --git a/lightning-regtest/lightning-regtest-example-application/src/integTest/resources/application-test.yml b/lightning-regtest/lightning-regtest-example-application/src/integTest/resources/application-test.yml index ec52d986a..05784ad9a 100644 --- a/lightning-regtest/lightning-regtest-example-application/src/integTest/resources/application-test.yml +++ b/lightning-regtest/lightning-regtest-example-application/src/integTest/resources/application-test.yml @@ -1,7 +1,7 @@ app.name: tbk-bitcoin-spring-boot-starter-demo (test) app.description: A spring boot bitcoin demo application -spring.application.name: 'tbk-bitcoin-spring-boot-starter-demo (test)' +spring.application.name: 'tbk-bitcoin-spring-boot-starter-demo-test' spring.http.log-request-details: true logging.level.org.tbk: DEBUG diff --git a/lightning-regtest/lightning-regtest-example-application/src/main/resources/application-development.yml b/lightning-regtest/lightning-regtest-example-application/src/main/resources/application-development.yml index 419403ec2..b5f7d75ae 100644 --- a/lightning-regtest/lightning-regtest-example-application/src/main/resources/application-development.yml +++ b/lightning-regtest/lightning-regtest-example-application/src/main/resources/application-development.yml @@ -1,7 +1,7 @@ app.name: tbk-bitcoin-spring-boot-starter-demo (dev) app.description: A spring boot bitcoin demo application -spring.application.name: 'tbk-bitcoin-spring-boot-starter-demo (dev)' +spring.application.name: 'tbk-bitcoin-spring-boot-starter-demo-dev' spring.http.log-request-details: false server.port: 8080