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 Boot
spring: spring:
datasource: datasource:
url: jdbc:postgresql://192.168.0.202:5432/graphql-demo url: jdbc:postgresql://${DB_HOST:192.168.0.202}:5432/${DB_NAME:graphql-demo}
username: cubetiq username: ${DB_USER:your-username}
password: cubetiq007 password: ${DB_PASSWRORD:your-password}
driver-class-name: org.postgresql.Driver driver-class-name: org.postgresql.Driver
# Spring Boot Actuator # Spring Boot Actuator