Skip to content

Commit db5280c

Browse files
committed
timeout increased
1 parent fb222af commit db5280c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

src/main/resources/application.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ server:
1616

1717
spring:
1818
datasource:
19-
# url: ${POSTGRESQL_DB_URL}
20-
# username: ${POSTGRESQL_DB_USER}
21-
# password: ${POSTGRESQL_DB_PASSWORD}
22-
url: jdbc:postgresql://localhost:5432/acm
23-
username: acmsecy
24-
password: acmheads
19+
url: ${POSTGRESQL_DB_URL}
20+
username: ${POSTGRESQL_DB_USER}
21+
password: ${POSTGRESQL_DB_PASSWORD}
22+
# url: jdbc:postgresql://localhost:5432/acm
23+
# username: acmsecy
24+
# password: acmheads
2525
hikari:
2626
maximumPoolSize: 20
2727
minimumIdle: 5

target/backend-1.0.1.jar

-4 Bytes
Binary file not shown.

target/backend-1.0.1.jar.original

-4 Bytes
Binary file not shown.

target/classes/application.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ server:
1616

1717
spring:
1818
datasource:
19-
# url: ${POSTGRESQL_DB_URL}
20-
# username: ${POSTGRESQL_DB_USER}
21-
# password: ${POSTGRESQL_DB_PASSWORD}
22-
url: jdbc:postgresql://localhost:5432/acm
23-
username: acmsecy
24-
password: acmheads
19+
url: ${POSTGRESQL_DB_URL}
20+
username: ${POSTGRESQL_DB_USER}
21+
password: ${POSTGRESQL_DB_PASSWORD}
22+
# url: jdbc:postgresql://localhost:5432/acm
23+
# username: acmsecy
24+
# password: acmheads
2525
hikari:
2626
maximumPoolSize: 20
2727
minimumIdle: 5

0 commit comments

Comments
 (0)