mirror of
https://github.com/rjNemo/auth
synced 2026-06-06 00:16:40 +00:00
6 lines
122 B
TOML
6 lines
122 B
TOML
[goose]
|
|
dir = "migrations"
|
|
|
|
[goose.envs.local]
|
|
driver = "postgres"
|
|
open = "postgres://localhost/auth_dev?sslmode=disable"
|