Files
scroll/tests/prover-e2e/.env
2025-09-09 15:48:20 +09:00

4 lines
150 B
Bash

GOOSE_DRIVER=postgres
GOOSE_DBSTRING=postgresql://dev:dev@localhost:5432/scroll?sslmode=disable
GOOSE_MIGRATION_DIR=../../database/migrate/migrations