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