Skip to content

Commit 97e15f7

Browse files
committed
chore: 디버깅 env 추가
1 parent db9da09 commit 97e15f7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
app:
22
front-url: ${FRONT_URL}
33
back-url: ${BACK_URL}
4+
develop:
5+
mode: ${APP_DEVELOP_MODE}
46

57
# AWS S3
68
cloud:

src/test/resources/application-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
app:
22
front-url: "http://localhost:3000"
33
back-url: "http://localhost:8080"
4+
develop:
5+
mode: false
46

57
spring:
68
config:

0 commit comments

Comments
 (0)