auth/internal/driver/db/goose.toml

6 lines
122 B
TOML

[goose]
dir = "migrations"
[goose.envs.local]
driver = "postgres"
open = "postgres://localhost/auth_dev?sslmode=disable"