Skip to content

Commit 9684108

Browse files
committed
#37 Fix : 결제 환경 설정 수정
1 parent 731a370 commit 9684108

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/main/resources/application-prod.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ server:
6363
key-store-type: pkcs12
6464
key-alias: tomcat
6565
enabled: true
66-
67-
iamport:
68-
apikey: ${IAMPORT_API_KEY}
69-
secretkey: ${IAMPORT_SECRET_KEY}
66+
iamport:
67+
apikey: ${IAMPORT_API_KEY}
68+
secretkey: ${IAMPORT_SECRET_KEY}

0 commit comments

Comments
 (0)