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 docker: compose: lifecycle-management: start-only server: address: localhost port: 8008 application: cors-allowed-methods: ["GET", "POST", "DELETE", "OPTIONS"]