From d0fd568d3fb49d8f5a03dfc876e7446a4bec840f Mon Sep 17 00:00:00 2001 From: niladic Date: Wed, 29 Jan 2025 17:38:29 +0100 Subject: [PATCH] Copie l'url de de la bdd parent sur Scalingo --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app.json b/app.json index 2e98f6b8..14402f60 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,7 @@ { "name": "aplus", "stack": "scalingo-20", + "copy_parent_database_urls": true, "env": { "APP_HOST": { "generator": "template", @@ -8,6 +9,12 @@ }, "APPLICATION_SECRET": { "generator": "secret" + }, + "IS_REVIEW_APP": { + "value": "true" + }, + "APPLICATION_URL": { + "generator": "url" } }, "formation": {