From 39d0021adc8abb826efd6f06afaa54c87cb1ba12 Mon Sep 17 00:00:00 2001 From: Faishal Nelwan <108632813+pesolosep@users.noreply.github.com> Date: Thu, 23 May 2024 21:04:19 +0700 Subject: [PATCH] [REFACTOR] [GREEN] FINISH ASYNC TESTS AND IMPLEMENTATION SUBSCRIPTION BOX MANAGEMENT --- src/main/resources/application-dev.properties | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 4176bef..d637650 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -1,12 +1,13 @@ spring.datasource.url=jdbc:postgresql://localhost:5432/postgres -#spring.datasource.password= ${LOCAL_PASSWORD} +spring.datasource.password= ${LOCAL_PASSWORD} ##add local password here spring.datasource.username= postgres spring.jpa.hibernate.ddl-auto=create spring.jpa.show-sql=true spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect spring.jpa.properties.hibernate.format_sql=true +<<<<<<< Updated upstream +======= +#bismillah +>>>>>>> Stashed changes - - -spring.datasource.password= nelwanfamily2004 \ No newline at end of file