2023-03-08 23:23:45 +08:00
|
|
|
- name: default
|
|
|
|
kind: postgres
|
|
|
|
configuration:
|
|
|
|
connection_info:
|
|
|
|
database_url:
|
|
|
|
from_env: HASURA_GRAPHQL_DATABASE_URL
|
|
|
|
isolation_level: read-committed
|
|
|
|
pool_settings:
|
|
|
|
connection_lifetime: 600
|
|
|
|
idle_timeout: 180
|
|
|
|
max_connections: 50
|
|
|
|
retries: 1
|
|
|
|
use_prepared_statements: true
|
|
|
|
tables: "!include default/tables/tables.yaml"
|
|
|
|
- name: BigBlueButton
|
|
|
|
kind: postgres
|
|
|
|
configuration:
|
|
|
|
connection_info:
|
2024-06-21 03:41:47 +08:00
|
|
|
database_url: postgres://postgres:bbb_graphql@127.0.0.1:5432/bbb_graphql
|
2023-03-08 23:23:45 +08:00
|
|
|
isolation_level: read-committed
|
2024-06-21 03:41:47 +08:00
|
|
|
pool_settings:
|
|
|
|
connection_lifetime: 3600
|
|
|
|
max_connections: 100
|
|
|
|
use_prepared_statements: true
|
2023-03-08 23:23:45 +08:00
|
|
|
tables: "!include BigBlueButton/tables/tables.yaml"
|