postgres no SSL
This commit is contained in:
parent
d96e86ba56
commit
ae400722ba
@ -37,6 +37,7 @@ port = 5432
|
||||
db_name = "bb_todo"
|
||||
username = "bb_todo"
|
||||
password = "basebox"
|
||||
ssl_mode = "no"
|
||||
|
||||
[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 {
|
||||
id: ID!
|
||||
title: String!
|
||||
|
Loading…
Reference in New Issue
Block a user