add small fix to application.yml
This commit is contained in:
parent
328bd967be
commit
c5d6fe8e57
@ -6,6 +6,7 @@ spring:
|
||||
username: ${DB_USER}
|
||||
password: ${DB_PASSWORD}
|
||||
url: ${DB_URL}
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
# username: root
|
||||
# password: hRMH94dJ
|
||||
# url: jdbc:mysql://localhost:3306/search_engine?useSSL=false&requireSSL=false&allowPublicKeyRetrieval=true
|
||||
@ -25,3 +26,9 @@ indexing-settings:
|
||||
name: Skillbox
|
||||
- url: https://www.playback.ru
|
||||
name: PlayBack.Ru
|
||||
|
||||
logging:
|
||||
level:
|
||||
org.springframework: DEBUG
|
||||
org.hibernate: DEBUG
|
||||
com.zaxxer.hikari: DEBUG
|
Loading…
x
Reference in New Issue
Block a user