mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-15 00:48:01 -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
|