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..108299a 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..37a6f77 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..05ff1f3 100644 --- a/target/classes/application-local.yml +++ b/target/classes/application-local.yml @@ -21,8 +21,8 @@ spring: mail: host: smtp.gmail.com port: 587 - username: acmcss@pec.edu.in - password: pzsdhgeqmjtnbdpp + username: your_email + password: your_app_password properties: mail: smtp: diff --git a/target/classes/application.yml b/target/classes/application.yml index b09406a..2e67407 100644 --- a/target/classes/application.yml +++ b/target/classes/application.yml @@ -15,8 +15,10 @@ server: request-attributes-enabled: true spring: - profiles: - active: "local" + + docker: + compose: + enabled: false datasource: url: ${POSTGRESQL_DB_URL} username: ${POSTGRESQL_DB_USER}