Skip to content

Commit

Permalink
feat: add example environment variables for tests (#30)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 authored Jan 17, 2025
1 parent 9fa2aee commit aa684d9
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,18 @@
<image>nextcloud/app-skeleton-python</image>
<image-tag>latest</image-tag>
</docker-install>
<environment-variables>
<variable>
<name>TEST_ENV_1</name>
<display-name>Test environment with default value</display-name>
<description>Test environment with default value</description>
<default>0</default>
</variable>
<variable>
<name>TEST_ENV_2</name>
<display-name>Test environment without default value</display-name>
<description>Test environment without default value</description>
</variable>
</environment-variables>
</external-app>
</info>

0 comments on commit aa684d9

Please sign in to comment.