add small fix to application.yml
All checks were successful
Gitea Action Maven build / build (push) Successful in 48s
Gitea Action Maven build / deploy (push) Successful in 9s

This commit is contained in:
Eduard Kuksa 2025-02-22 20:02:56 +07:00
parent 328bd967be
commit c5d6fe8e57

View File

@ -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