Skip to content

Commit aa684d9

Browse files
authored
feat: add example environment variables for tests (#30)
Signed-off-by: Andrey Borysenko <[email protected]>
1 parent 9fa2aee commit aa684d9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

appinfo/info.xml

+13
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,18 @@
2323
<image>nextcloud/app-skeleton-python</image>
2424
<image-tag>latest</image-tag>
2525
</docker-install>
26+
<environment-variables>
27+
<variable>
28+
<name>TEST_ENV_1</name>
29+
<display-name>Test environment with default value</display-name>
30+
<description>Test environment with default value</description>
31+
<default>0</default>
32+
</variable>
33+
<variable>
34+
<name>TEST_ENV_2</name>
35+
<display-name>Test environment without default value</display-name>
36+
<description>Test environment without default value</description>
37+
</variable>
38+
</environment-variables>
2639
</external-app>
2740
</info>

0 commit comments

Comments
 (0)