forked from Olympic/NTO-2025-Backend-TeamTask
feat: Initial commit
This commit is contained in:
26
src/main/resources/application.yml
Normal file
26
src/main/resources/application.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
# ===================================================
|
||||
# ВНИМАНИЕ: Этот файл НЕЛЬЗЯ никак модифицировать,
|
||||
# перемещать и удалять!
|
||||
# ===================================================
|
||||
spring:
|
||||
datasource:
|
||||
url: jdbc:h2:mem:testdb
|
||||
|
||||
h2:
|
||||
console:
|
||||
enabled: true
|
||||
|
||||
jpa:
|
||||
generate-ddl: false
|
||||
|
||||
hibernate:
|
||||
ddl-auto: none
|
||||
|
||||
show-sql: true
|
||||
|
||||
liquibase:
|
||||
enabled: true
|
||||
change-log: classpath:db.changelog/db.changelog-master.xml
|
||||
|
||||
booking:
|
||||
days-ahead: 3
|
||||
Reference in New Issue
Block a user