Kr Younger 6 년 전
부모
커밋
e458158163
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      application.properties

+ 1
- 0
application.properties 파일 보기

@@ -1,4 +1,5 @@
1 1
 spring.datasource.driverClassName=org.postgresql.Driver
2
+spring.datasource.jdbcUrl=DATABASE_URL
2 3
 spring.datasource.maxActive=10
3 4
 spring.datasource.maxIdle=5
4 5
 spring.datasource.minIdle=2