juntekim.com/db/atlas/atlas.hcl
2025-12-13 15:46:00 +00:00

6 lines
No EOL
152 B
HCL

env "k8s" {
url = "postgres://$DB_USER:$DB_PASSWORD@postgres:5432/stripe_xero?sslmode=disable"
migration {
dir = "file://atlas/migrations"
}
}