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

9 lines
217 B
YAML

spring:
datasource:
url: jdbc:postgresql://${PG_HOST}:${PG_PORT}/jeobeardy?currentSchema=jeobeardy-app
username: ${PG_USER}
password: ${PG_PASSWORD}
application:
test: false
cors-allowed-origins: []