Updated the props
This commit is contained in:
parent
86383726af
commit
870be9dee9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user