2021-10-16 02:12:59 +09:00
|
|
|
- name: default
|
|
|
|
kind: postgres
|
|
|
|
configuration:
|
|
|
|
connection_info:
|
|
|
|
database_url:
|
|
|
|
from_env: HASURA_GRAPHQL_DATABASE_URL
|
2023-12-19 14:51:46 +09:00
|
|
|
isolation_level: read-committed
|
|
|
|
use_prepared_statements: false
|
|
|
|
tables: "!include default/tables/tables.yaml"
|