9 lines
322 B
JSON
9 lines
322 B
JSON
{
|
|
// Optional: Provide a connection string to use an external PostgreSQL instance instead of testcontainers
|
|
// This is useful for running tests against external PostgreSQL instances or cloud databases
|
|
// If not specified, tests will automatically use a testcontainer
|
|
"Postgres": {
|
|
"ConnectionString": ""
|
|
}
|
|
}
|