We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fa2aee commit 6b65107Copy full SHA for 6b65107
appinfo/info.xml
@@ -23,5 +23,18 @@
23
<image>nextcloud/app-skeleton-python</image>
24
<image-tag>latest</image-tag>
25
</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
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
38
+ </environment-variables>
39
</external-app>
40
</info>
0 commit comments