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