short/atlas.hcl

9 lines
240 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"
2024-01-29 18:32:01 +00:00
dev = "postgres://short:short@localhost:5432/short?sslmode=disable"
2024-01-29 17:45:50 +00:00
migration {
dir = "file://sql/migrations"
}
}