6 lines
No EOL
155 B
HCL
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"
|
|
}
|
|
} |