postgres no SSL

This commit is contained in:
Markus Thielen 2023-03-05 16:06:14 +01:00
parent d96e86ba56
commit ae400722ba
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -1,3 +1,6 @@
directive @bb_primaryKey on FIELD_DEFINITION
directive @bb_resolver on FIELD_DEFINITION
type List {
id: ID!
title: String!