mirror of
https://github.com/placeholder-soft/sui-data-sync.git
synced 2026-06-14 23:09:54 +08:00
10 lines
260 B
YAML
10 lines
260 B
YAML
- name: main_db
|
|
kind: postgres
|
|
configuration:
|
|
connection_info:
|
|
database_url:
|
|
from_env: HASURA_GRAPHQL_DATABASE_URL
|
|
isolation_level: read-committed
|
|
use_prepared_statements: false
|
|
tables: "!include main_db/tables/tables.yaml"
|