Skip to content

Commit

Permalink
fix : sentry token 명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
mmihye committed Jan 9, 2024
1 parent 4221deb commit 521ef7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions linkmind/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ application-local.yml
/src/test/resources/application-local.yml
/src/main/resources/application-dev.yml
/src/main/resources/application-local.yml
/src/main/resources/toaster-firebase-admin-sdk.json
/src/main/resources/toaster-firebase-admindk.json
/src/main/resources/toaster-firebase-admin-sdk.json
2 changes: 1 addition & 1 deletion linkmind/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ sentry {

org = "linkmind"
projectName = "java-spring-boot"
authToken = System.getenv("SENTRY_AUTH_TOKEN")
authToken = System.getenv("SENTRY_TOKEN")
}

0 comments on commit 521ef7b

Please sign in to comment.