diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 35be57d..2e67407 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -15,6 +15,7 @@ server: request-attributes-enabled: true spring: + docker: compose: enabled: false diff --git a/target/backend-1.0.1.jar b/target/backend-1.0.1.jar index 6ac5f60..7ee7473 100644 Binary files a/target/backend-1.0.1.jar and b/target/backend-1.0.1.jar differ diff --git a/target/backend-1.0.1.jar.original b/target/backend-1.0.1.jar.original index fb16cd6..bf0a749 100644 Binary files a/target/backend-1.0.1.jar.original and b/target/backend-1.0.1.jar.original differ diff --git a/target/classes/application-local.yml b/target/classes/application-local.yml index bb04298..cbc0c3e 100644 --- a/target/classes/application-local.yml +++ b/target/classes/application-local.yml @@ -5,9 +5,9 @@ spring: compose: enabled: false datasource: - url: jdbc:postgresql://localhost:5432/acm + url: jdbc:postgresql://db.bujnagbmqjzifgmqsxkc.supabase.co:5432/postgres username: postgres - password: 12345678 + password: 53zIJPwXo9qzoSw8 driver-class-name: org.postgresql.Driver jpa: hibernate: diff --git a/target/classes/application.yml b/target/classes/application.yml index b09406a..dff123f 100644 --- a/target/classes/application.yml +++ b/target/classes/application.yml @@ -17,6 +17,9 @@ server: spring: profiles: active: "local" + docker: + compose: + enabled: false datasource: url: ${POSTGRESQL_DB_URL} username: ${POSTGRESQL_DB_USER}