server: port: 8081 spring: datasource: url: jdbc:postgresql://192.168.0.202:5432/graphql-demo username: cubetiq password: cubetiq007 driver-class-name: org.postgresql.Driver