10 lines
317 B
YAML
10 lines
317 B
YAML
- name: default
|
|
kind: postgres
|
|
configuration:
|
|
connection_info:
|
|
database_url:
|
|
from_env: HASURA_GRAPHQL_DATABASE_URL
|
|
isolation_level: read-committed
|
|
use_prepared_statements: false
|
|
tables: "!include default/tables/tables.yaml"
|
|
functions: "!include default/functions/functions.yaml"
|