10 lines
261 B
YAML
10 lines
261 B
YAML
- name: twenty
|
|
kind: postgres
|
|
configuration:
|
|
connection_info:
|
|
database_url:
|
|
from_env: HASURA_GRAPHQL_PG_DATABASE_URL
|
|
isolation_level: read-committed
|
|
use_prepared_statements: false
|
|
tables: "!include twenty/tables/tables.yaml"
|