Skip to content

Commit c6e48cb

Browse files
committed
RA-141: DB path updated again
1 parent 52f1579 commit c6e48cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.IntegrationTest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ DB_HOST=db
1818
# Service name in docker-compose or local db
1919
DB_PORT=5432
2020
DB_SCHEMA=${NETWORK}
21-
DB_PATH=/data
21+
DB_PATH=data
2222
UPDATE_GENESIS_BLOCK_QUERY="UPDATE devkit.block SET number = 0 WHERE number = -1; UPDATE devkit.block SET prev_hash = 'Genesis' WHERE number = 1"
2323

2424
## Cardano Node variables

0 commit comments

Comments
 (0)