mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
9 lines
260 B
YAML
9 lines
260 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"
|