postgres no SSL
This commit is contained in:
parent
d96e86ba56
commit
ae400722ba
@ -37,6 +37,7 @@ port = 5432
|
|||||||
db_name = "bb_todo"
|
db_name = "bb_todo"
|
||||||
username = "bb_todo"
|
username = "bb_todo"
|
||||||
password = "basebox"
|
password = "basebox"
|
||||||
|
ssl_mode = "no"
|
||||||
|
|
||||||
[server]
|
[server]
|
||||||
# Host name of (this) proxy server
|
# Host name of (this) proxy server
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
directive @bb_primaryKey on FIELD_DEFINITION
|
||||||
|
directive @bb_resolver on FIELD_DEFINITION
|
||||||
|
|
||||||
type List {
|
type List {
|
||||||
id: ID!
|
id: ID!
|
||||||
title: String!
|
title: String!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user