Updated the props

This commit is contained in:
Sambo Chea 2021-08-07 10:32:38 +07:00
parent 86383726af
commit 870be9dee9

View File

@ -4,9 +4,9 @@ server:
# Spring Boot
spring:
datasource:
url: jdbc:postgresql://192.168.0.202:5432/graphql-demo
username: cubetiq
password: cubetiq007
url: jdbc:postgresql://${DB_HOST:192.168.0.202}:5432/${DB_NAME:graphql-demo}
username: ${DB_USER:your-username}
password: ${DB_PASSWRORD:your-password}
driver-class-name: org.postgresql.Driver
# Spring Boot Actuator