Files
twenty_crm/api/metadata/databases/databases.yaml
2023-01-31 19:20:59 +01:00

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"