From 9704c93bfe4d0911a05918517598168680463bf5 Mon Sep 17 00:00:00 2001 From: Davide Porrovecchio Date: Mon, 29 May 2023 18:47:20 +0200 Subject: [PATCH] Remove unused parameter --- env/build.properties.example | 1 - env/build.properties.testing | 1 - 2 files changed, 2 deletions(-) diff --git a/env/build.properties.example b/env/build.properties.example index 4de5226ca..b65b1d389 100644 --- a/env/build.properties.example +++ b/env/build.properties.example @@ -15,7 +15,6 @@ APP_CODE_PATH_CONTAINER=/var/www/html # Application # ----------- -APP_VERSION=0.1-alpha APP_DEBUG=true APP_CLOSED_BETA_ENABLED=false APP_SUSPENDED=false diff --git a/env/build.properties.testing b/env/build.properties.testing index 6716b916d..e77b8db9a 100644 --- a/env/build.properties.testing +++ b/env/build.properties.testing @@ -14,7 +14,6 @@ APP_CODE_PATH_CONTAINER=/var/www/html # Application # ----------- -APP_VERSION=testing APP_DEBUG=true APP_CLOSED_BETA_ENABLED=false APP_SUSPENDED=false