add small fix to application.yml
This commit is contained in:
parent
328bd967be
commit
c5d6fe8e57
@ -6,6 +6,7 @@ spring:
|
|||||||
username: ${DB_USER}
|
username: ${DB_USER}
|
||||||
password: ${DB_PASSWORD}
|
password: ${DB_PASSWORD}
|
||||||
url: ${DB_URL}
|
url: ${DB_URL}
|
||||||
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||||
# username: root
|
# username: root
|
||||||
# password: hRMH94dJ
|
# password: hRMH94dJ
|
||||||
# url: jdbc:mysql://localhost:3306/search_engine?useSSL=false&requireSSL=false&allowPublicKeyRetrieval=true
|
# url: jdbc:mysql://localhost:3306/search_engine?useSSL=false&requireSSL=false&allowPublicKeyRetrieval=true
|
||||||
@ -24,4 +25,10 @@ indexing-settings:
|
|||||||
- url: https://www.skillbox.ru
|
- url: https://www.skillbox.ru
|
||||||
name: Skillbox
|
name: Skillbox
|
||||||
- url: https://www.playback.ru
|
- url: https://www.playback.ru
|
||||||
name: 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