Skip to content

Commit

Permalink
feat: 개인정보 방침 URL env로 관리
Browse files Browse the repository at this point in the history
  • Loading branch information
LJH098 committed Jan 7, 2025
1 parent c9dccd5 commit d969bf8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ exceed:
deepLink :
signUp: eatceed://checkemail
updatePassword: eatceed://changepw
policy: ${EXCEED_POLICY_URL}

springdoc:
api-docs:
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ exceed:
deepLink :
signUp : eatceed://checkemail
updatePassword : eatceed://changepw
policy: ${EXCEED_POLICY_URL}

# swagger
springdoc:
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ exceed:
deepLink :
signUp: eatceed://checkemail
updatePassword: eatceed://changepw
policy: ${EXCEED_POLICY_URL}

springdoc:
api-docs:
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ exceed:
deepLink :
signUp: eatceed://checkemail
updatePassword: eatceed://changepw
policy: ${EXCEED_POLICY_URL}


encryption:
Expand Down

0 comments on commit d969bf8

Please sign in to comment.