Skip to content

Commit

Permalink
docs: Update properties and corresponding documentation (#444)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleg Kopysov <[email protected]>
  • Loading branch information
o-kopysov authored Feb 24, 2024
1 parent a5bef48 commit 46fa1d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions doc/quick-start-guide-and-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,8 @@ scanner=scanoss
# > option "scanner": take conflicts from the scanner response
license_conflict=db
# DB configuration (URL, username and password) - example
# DB configuration (username and password)
...
spring.datasource.url=jdbc:mysql://localhost:3306/lpvs
spring.datasource.username=
spring.datasource.password=
```
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.hibernate.use_sql_comments=true
spring.jpa.properties.hibernate.show_sql=false
spring.jpa.hibernate.ddl-auto=update
spring.datasource.url=jdbc:mysql://localhost:3306/lpvs
spring.datasource.url=jdbc:mysql://localhost:3306/${lpvs.schema}
spring.datasource.username=
spring.datasource.password=

0 comments on commit 46fa1d9

Please sign in to comment.