mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-26 05:10:21 +00:00
15 lines
410 B
YAML
15 lines
410 B
YAML
- name: default
|
|
kind: postgres
|
|
configuration:
|
|
connection_info:
|
|
database_url:
|
|
from_env: HASURA_GRAPHQL_DATABASE_URL
|
|
isolation_level: read-committed
|
|
pool_settings:
|
|
connection_lifetime: 60
|
|
idle_timeout: 20
|
|
max_connections: 10
|
|
pool_timeout: 60
|
|
retries: 1
|
|
use_prepared_statements: false
|
|
tables: "!include default/tables/tables.yaml"
|