2024-08-16 10:50:57 +02:00
|
|
|
spring:
|
|
|
|
|
application:
|
|
|
|
|
name: "jeobeardy"
|
|
|
|
|
jpa:
|
|
|
|
|
show-sql: true
|
|
|
|
|
hibernate:
|
|
|
|
|
auto-ddl: create
|
|
|
|
|
generate-ddl: true
|
|
|
|
|
properties:
|
|
|
|
|
hibernate:
|
|
|
|
|
dialect: org.hibernate.dialect.PostgreSQLDialect
|
|
|
|
|
default-schema: jeobeardy-app
|
|
|
|
|
open-in-view: false
|
2024-08-18 16:26:57 +02:00
|
|
|
docker:
|
|
|
|
|
compose:
|
|
|
|
|
lifecycle-management: start-only
|
2024-08-16 10:50:57 +02:00
|
|
|
|
|
|
|
|
server:
|
|
|
|
|
address: localhost
|
|
|
|
|
port: 8008
|
|
|
|
|
|
|
|
|
|
application:
|
2024-08-18 16:26:57 +02:00
|
|
|
cors-allowed-methods: ["GET", "POST", "DELETE", "OPTIONS"]
|