1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-01-31 14:28:04 +00:00
_/hasura-rest/metadata/databases/databases.yaml

10 lines
260 B
YAML
Raw Normal View History

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"