diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2c4a56fc..f0e8cd62 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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}