mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 11:23:13 +00:00
12 lines
340 B
YAML
12 lines
340 B
YAML
- name: default
|
|
kind: postgres
|
|
configuration:
|
|
connection_info:
|
|
database_url:
|
|
from_env: HASURA_GRAPHQL_DATABASE_URL
|
|
pool_settings:
|
|
idle_timeout: 180
|
|
max_connections: 50
|
|
retries: 1
|
|
tables: "!include default\\tables\\tables.yaml"
|
|
functions: "!include default\\functions\\functions.yaml"
|