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