Skip to content

Commit 4ff5135

Browse files
disabled docker
1 parent ccfdf9f commit 4ff5135

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

target/backend-1.0.1.jar

-60 Bytes
Binary file not shown.

target/backend-1.0.1.jar.original

-60 Bytes
Binary file not shown.

target/classes/application-local.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ spring:
55
compose:
66
enabled: false
77
datasource:
8-
url: jdbc:postgresql://db.bujnagbmqjzifgmqsxkc.supabase.co:5432/postgres
8+
url: jdbc:postgresql://localhost:5432/acm
99
username: postgres
10-
password: 53zIJPwXo9qzoSw8
10+
password: 12345678
1111
driver-class-name: org.postgresql.Driver
1212
jpa:
1313
hibernate:
@@ -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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ server:
1515
request-attributes-enabled: true
1616

1717
spring:
18-
profiles:
19-
active: "local"
18+
2019
docker:
2120
compose:
2221
enabled: false

0 commit comments

Comments
 (0)