short/atlas.hcl

8 lines
170 B
HCL
Raw Normal View History

2024-01-29 17:45:50 +00:00
env "local" {
src = "file://sql/schema.sql"
url = "postgres://short:short@localhost:5432/short?sslmode=disable"
migration {
dir = "file://sql/migrations"
}
}