Skip to content

Commit

Permalink
chore: DEV_GOOGLE_TOKEN_PATH로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 26, 2024
1 parent 7dde9dd commit 17d03df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions layer-api/src/main/resources/application-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ google:
redirect_uri: ${DEV_GOOGLE_REDIRECT_URI}
sheet:
id: ${GOOGLE_SHEET_ID}
token_path: ${PROD_GOOGLE_TOKEN_PATH}
credential_path: ${PROD_GOOGLE_CREDENTIAL_PATH}
token_path: ${DEV_GOOGLE_TOKEN_PATH}
credential_path: ${DEV_GOOGLE_CREDENTIAL_PATH}

apple:
login:
Expand Down
4 changes: 2 additions & 2 deletions layer-batch/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ google:
code_redirect_uri: http://localhost:8080/api/auth/oauth2/google/code
sheet:
id: ${GOOGLE_SHEET_ID}
token_path: ${PROD_GOOGLE_TOKEN_PATH}
credential_path: ${PROD_GOOGLE_CREDENTIAL_PATH}
token_path: ${DEV_GOOGLE_TOKEN_PATH}
credential_path: ${DEV_GOOGLE_CREDENTIAL_PATH}

ncp:
storage:
Expand Down

0 comments on commit 17d03df

Please sign in to comment.