Skip to content

Commit

Permalink
feat/#612: test 환경은 env 주입 받지 않도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
LJH098 committed Jan 7, 2025
1 parent 1fe8350 commit 0eaf22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ exceed:
deepLink :
signUp: eatceed://checkemail
updatePassword: eatceed://changepw
policy: ${EXCEED_POLICY_URL}
policy: eatceed://policy
contact:
email: ${EXCEED_CONTACT_EMAIL}
email: [email protected]


encryption:
Expand Down

0 comments on commit 0eaf22e

Please sign in to comment.