Skip to content

Commit 234c0c4

Browse files
authored
Merge pull request #7 from Tom-myself/dev
fix application.yml
2 parents 5f69a4d + 984c0b9 commit 234c0c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/resources/application.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
spring:
22
application:
3-
name: routine-app
3+
name: routine-app-2
44
thymeleaf:
55
cache: false
66
web:
@@ -10,9 +10,9 @@ spring:
1010
chain:
1111
cache: false
1212
datasource:
13-
url: jdbc:postgresql://localhost:5433/routine_db
14-
username: postgres
15-
password: postgres
13+
url: ${DATABASE_URL}
14+
username: ${DATABASE_USERNAME}
15+
password: ${DATABASE_PASSWORD}
1616
driver-class-name: org.postgresql.Driver
1717
hikari:
1818
maximum-pool-size: 5

0 commit comments

Comments
 (0)