From aa684d98cbcadf2274574e1828c949a05fab88f9 Mon Sep 17 00:00:00 2001 From: Andrey Borysenko Date: Fri, 17 Jan 2025 12:53:00 +0000 Subject: [PATCH] feat: add example environment variables for tests (#30) Signed-off-by: Andrey Borysenko --- appinfo/info.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/appinfo/info.xml b/appinfo/info.xml index 962ab9f..e22843a 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -23,5 +23,18 @@ nextcloud/app-skeleton-python latest + + + TEST_ENV_1 + Test environment with default value + Test environment with default value + 0 + + + TEST_ENV_2 + Test environment without default value + Test environment without default value + +