Skip to content

Commit

Permalink
update :: sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
JuuuuHong committed Oct 20, 2024
1 parent a4820da commit c6e20d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -92,12 +92,8 @@ tasks.register<JacocoReport>("jacocoRootReport") {
}

reports {
xml.outputLocation.set(layout.buildDirectory.file("${buildDir}/reports/jacoco/test/jacocoTestReport.xml"))
xml.outputLocation.set(layout.buildDirectory.file("reports/jacoco/test/jacocoTestReport.xml"))
xml.required.set(true)
html.required.set(true)
html.required.set(false)
}
}

sentry {
telemetry.set(false)
}
2 changes: 1 addition & 1 deletion src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
on-profile: prod

datasource:
url: jdbc:mysql://${DB_URL}/${DB_NAME}?useSSL=false&characterEncoding=UTF-8&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true
url: jdbc:mysql://${DB_URL}/${DB_NAME:hiv2 }?useSSL=false&characterEncoding=UTF-8&serverTimezone=Asia/Seoul&allowPublicKeyRetrieval=true
username: ${DB_USER}
password: ${DB_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver
Expand Down

0 comments on commit c6e20d1

Please sign in to comment.