searchengine/application.yaml
Eduard Kuksa 1e63caca86
All checks were successful
Gitea Action Maven build / build (push) Successful in 48s
Gitea Action Maven build / deploy (push) Successful in 8s
add platform in config
2025-02-23 16:55:17 +07:00

27 lines
719 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

server:
port: 8080
spring:
datasource:
username: ${DB_USER}
password: ${DB_PASSWORD}
url: ${DB_URL}
driver-class-name: com.mysql.cj.jdbc.Driver
jpa:
hibernate:
ddl-auto: update
# Ниже - временный вариант, таблица удаляется после завершения работы приложения
# ddl-auto: create-drop
show-sql: true
open-in-view: false
database-platform: org.hibernate.dialect.MySQL8Dialect
generate-ddl: true
indexing-settings:
sites:
- url: https://www.lenta.ru
name: Лента.ру
- url: https://www.skillbox.ru
name: Skillbox
- url: https://www.playback.ru
name: PlayBack.Ru