Compare commits
No commits in common. "44da00cb82b59955e4c986c4110c93240c50037f" and "a5ff34dbcf093733ef6272e5754738b25564339e" have entirely different histories.
44da00cb82
...
a5ff34dbcf
@ -1,24 +0,0 @@
|
|||||||
server:
|
|
||||||
port: 8080
|
|
||||||
|
|
||||||
spring:
|
|
||||||
datasource:
|
|
||||||
username: ${DB_USER}
|
|
||||||
password: ${DB_PASSWORD}
|
|
||||||
url: ${DB_URL}
|
|
||||||
jpa:
|
|
||||||
hibernate:
|
|
||||||
# ddl-auto: update
|
|
||||||
# Ниже - временный вариант, таблица удаляется после завершения работы приложения
|
|
||||||
ddl-auto: create-drop
|
|
||||||
show-sql: true
|
|
||||||
open-in-view: false
|
|
||||||
|
|
||||||
indexing-settings:
|
|
||||||
sites:
|
|
||||||
- url: https://www.lenta.ru
|
|
||||||
name: Лента.ру
|
|
||||||
- url: https://www.skillbox.ru
|
|
||||||
name: Skillbox
|
|
||||||
- url: https://www.playback.ru
|
|
||||||
name: PlayBack.Ru
|
|
Loading…
x
Reference in New Issue
Block a user