Skip to content
Closed
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 @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions target/classes/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ server:
spring:
profiles:
active: "local"
docker:
compose:
enabled: false
datasource:
url: ${POSTGRESQL_DB_URL}
username: ${POSTGRESQL_DB_USER}
Expand Down
Loading