Skip to content

Commit

Permalink
chore: application.yml google credential 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
clean2001 committed Oct 26, 2024
1 parent 054cde3 commit 826b830
Showing 1 changed file with 2 additions and 2 deletions.
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: optional:file:/config/tokens
credential_path: optional:file:/config/tokens/StoredCredentials

ncp:
storage:
Expand Down

0 comments on commit 826b830

Please sign in to comment.