Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ server:
request-attributes-enabled: true

spring:

docker:
compose:
enabled: false
Expand Down
Binary file modified target/backend-1.0.1.jar
Binary file not shown.
Binary file modified target/backend-1.0.1.jar.original
Binary file not shown.
4 changes: 2 additions & 2 deletions target/classes/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 4 additions & 2 deletions target/classes/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
Loading