mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
aca8964fdc
Co-authored-by: Tirumarai Selvan <8663570+tirumaraiselvan@users.noreply.github.com> Co-authored-by: Vishnu Bharathi <4211715+scriptnull@users.noreply.github.com> GitOrigin-RevId: 8ec3db00f00e9c28bf2dc0f47bd312a656c61a69
24 lines
649 B
Plaintext
24 lines
649 B
Plaintext
{
|
|
"version": 3,
|
|
"sources": [
|
|
{
|
|
"name": "default",
|
|
"tables": [],
|
|
"configuration": {
|
|
"connection_info": {
|
|
"database_url": {
|
|
"from_env": "HASURA_GRAPHQL_DATABASE_URL"
|
|
},
|
|
"isolation_level": "read-committed",
|
|
"pool_settings": {
|
|
"retries": 1,
|
|
"idle_timeout": 180,
|
|
"max_connections": 50
|
|
},
|
|
"use_prepared_statements": true
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|