We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5857a commit 3294a3bCopy full SHA for 3294a3b
test/util/bspNet/docker.ts
@@ -381,6 +381,7 @@ const addContainer = async (
381
"--rpc-cors=all",
382
`--port=${p2pPort}`,
383
"--base-path=/data",
384
+ "--provider-database-url=postgresql://postgres:postgres@storage-hub-sh-postgres-1:5432/storage_hub",
385
bootNodeArg,
386
...(options?.additionalArgs || [])
387
]
0 commit comments