Skip to content

Commit

Permalink
feat : dev.yml 환경변수 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
oznchex committed Sep 1, 2024
1 parent 35395e7 commit 0dcfe3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,7 @@ jobRole:
naver:
id: [email protected]
password: ${mail.password}

google:
id: [email protected]
password: ${google.workspace.password}
4 changes: 4 additions & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,7 @@ jobRole:
naver:
id: [email protected]
password: ${mail.password}

google:
id: [email protected]
password: ${google.workspace.password}

0 comments on commit 0dcfe3b

Please sign in to comment.