Files
wehub-resource-sync b957a53def
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:21:23 +08:00

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": ""
}
}