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

6 lines
No EOL
155 B
HCL

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