mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-10 06:28:04 -05:00
4 lines
150 B
Bash
4 lines
150 B
Bash
GOOSE_DRIVER=postgres
|
|
GOOSE_DBSTRING=postgresql://dev:dev@localhost:5432/scroll?sslmode=disable
|
|
GOOSE_MIGRATION_DIR=../../database/migrate/migrations
|