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

8 lines
196 B
YAML
Raw Normal View History

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