Skip to content

Commit 1cf4d6d

Browse files
authored
Merge pull request #273 from CSE-Shaco/develop
Chore: local profile env 변수 적용
2 parents 0524a2b + 634103c commit 1cf4d6d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/application-local.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ spring:
1010
jackson:
1111
time-zone: Asia/Seoul
1212
datasource:
13-
url: "jdbc:postgresql://localhost:5432/gdgoc"
14-
username: "postgres"
15-
password:
13+
url: ${DB_URL}
14+
username: ${DB_USERNAME}
15+
password: ${DB_PASSWORD}
1616
servlet:
1717
multipart:
1818
max-file-size: 10MB

0 commit comments

Comments
 (0)