From feaef4c45334516d87e9bf727185e9d2131bcc43 Mon Sep 17 00:00:00 2001 From: Mathew George Date: Sat, 19 Oct 2024 12:05:46 +0200 Subject: [PATCH] DB_PASSWORD Replacement --- MonoToMicroLegacy/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MonoToMicroLegacy/src/main/resources/application.properties b/MonoToMicroLegacy/src/main/resources/application.properties index 0ef783b..bbabdf8 100644 --- a/MonoToMicroLegacy/src/main/resources/application.properties +++ b/MonoToMicroLegacy/src/main/resources/application.properties @@ -4,4 +4,4 @@ server.port=8080 spring.datasource.url: jdbc:mysql://${MONO_TO_MICRO_DB_ENDPOINT}:3306/unishop?useUnicode=true&characterEncoding=UTF8&&serverTimezone=UTC spring.datasource.username: MonoToMicroUser -spring.datasource.password:${DB_PASSWORD} \ No newline at end of file +spring.datasource.password:DB_PASSWORD \ No newline at end of file