backend-demo-tn/src/main/resources/application.yml

12 lines
243 B
YAML
Raw Normal View History

2020-06-09 18:13:58 +07:00
server:
port: 8080
spring:
jpa:
hibernate:
ddl-auto: update
datasource:
driver-class-name: org.postgresql.Driver
username: cubetiq
password: Root$
2020-06-10 17:55:16 +07:00
url: jdbc:postgresql://${POSTGRES_HOST:192.168.0.150}:5432/demo