graphql-engine/cli/integration_test/testdata/incomplete_metadata/t1/from-server.golden
Karthikeyan Chinnakonda aca8964fdc server: make postgres related ENV vars source specific
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
2021-04-28 16:50:14 +00:00

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
}
}
}
]
}