JBear2/src/main/resources/config/application-prod.yml

9 lines
217 B
YAML
Raw Normal View History

2024-08-16 10:50:57 +02:00
spring:
datasource:
url: jdbc:postgresql://${PG_HOST}:${PG_PORT}/jeobeardy?currentSchema=jeobeardy-app
2024-08-16 10:50:57 +02:00
username: ${PG_USER}
password: ${PG_PASSWORD}
application:
test: false
2024-08-16 10:50:57 +02:00
cors-allowed-origins: []