Skip to content

Commit d6cf153

Browse files
Merge pull request #121 from Anubhavpandey27/main
fixed db
2 parents 66854fb + 4ff5135 commit d6cf153

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

src/main/resources/application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ server:
1515
request-attributes-enabled: true
1616

1717
spring:
18+
1819
docker:
1920
compose:
2021
enabled: false

target/backend-1.0.1.jar

-16 Bytes
Binary file not shown.

target/backend-1.0.1.jar.original

-16 Bytes
Binary file not shown.

target/classes/application-local.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ spring:
2121
mail:
2222
host: smtp.gmail.com
2323
port: 587
24-
25-
password: pzsdhgeqmjtnbdpp
24+
username: your_email
25+
password: your_app_password
2626
properties:
2727
mail:
2828
smtp:

target/classes/application.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ server:
1515
request-attributes-enabled: true
1616

1717
spring:
18-
profiles:
19-
active: "local"
18+
19+
docker:
20+
compose:
21+
enabled: false
2022
datasource:
2123
url: ${POSTGRESQL_DB_URL}
2224
username: ${POSTGRESQL_DB_USER}

0 commit comments

Comments
 (0)