short/atlas.hcl

8 lines
240 B
HCL

env "local" {
src = "file://sql/schema.sql"
url = "postgres://short:short@localhost:5432/short?sslmode=disable"
dev = "postgres://short:short@localhost:5432/short?sslmode=disable"
migration {
dir = "file://sql/migrations"
}
}