Skip to content

Commit

Permalink
refactor: Remove unused properties from application.properties file
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kopysov <o.kopysov@samsung.com>
  • Loading branch information
o-kopysov committed Feb 2, 2024
1 parent 4b9604d commit e869c64
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ spring.datasource.url=jdbc:mysql://localhost:3306/lpvs
spring.datasource.username=
spring.datasource.password=

# Custom DB components name configuration
app.table.detectedLicenseName=detected_license
app.table.detectedLicenseSchema=lpvs
app.table.diffFileName=code_licenses
app.table.pullRequestsName=lpvs_pull_requests
app.table.queueName=queue

# Login Configuration
#Google
spring.security.oauth2.client.registration.google.client-id={YOUR_GOOGLE_CLIENT_ID}
Expand Down

0 comments on commit e869c64

Please sign in to comment.