From 1eae72fdb986f08efd5b0c3b6660557f484e6316 Mon Sep 17 00:00:00 2001 From: theborakompanioni Date: Thu, 11 Jan 2024 22:12:31 +0100 Subject: [PATCH] fix: remove brackets in example application name --- .../src/test/resources/application-test.yml | 2 +- .../src/integTest/resources/application-test.yml | 2 +- .../src/main/resources/application-development.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/incubator/bitcoin-payment-request-example-application/src/test/resources/application-test.yml b/examples/incubator/bitcoin-payment-request-example-application/src/test/resources/application-test.yml index 95eee1db0..01a08e823 100644 --- a/examples/incubator/bitcoin-payment-request-example-application/src/test/resources/application-test.yml +++ b/examples/incubator/bitcoin-payment-request-example-application/src/test/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: false server.port: 8080 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