Skip to content

Commit 7ba9678

Browse files
committed
fix: prod-yml 수정
1 parent 0c2ab35 commit 7ba9678

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

backend/src/main/resources/application-prod.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ spring:
22
config:
33
activate:
44
on-profile: prod
5-
import: optional:classpath:application-secret.yml
6-
7-
datasource:
8-
url: ${SUPABASE_URL}
9-
username: ${SUPABASE_USERNAME}
10-
password: ${SUPABASE_PASSWORD}
11-
driver-class-name: org.postgresql.Driver
125

136
jpa:
147
hibernate:

0 commit comments

Comments
 (0)