juntekim.com/db/atlas/atlas.hcl
2025-12-13 18:58:28 +00:00

13 lines
No EOL
406 B
HCL

env "stripe_invoice_dev" {
url = "postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres:5432/stripe_invoice_dev?sslmode=disable"
migration {
dir = "file://atlas/stripe_invoice/migrations"
}
}
env "stripe_invoice_prod" {
url = "postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres:5432/stripe_invoice_prod?sslmode=disable"
migration {
dir = "file://atlas/stripe_invoice/migrations"
}
}