remove non existing env variables from bug template

This commit is contained in:
Willy Kloucek
2022-06-21 10:27:01 +02:00
parent 250df42534
commit 03ec63ad8a

View File

@@ -27,15 +27,15 @@ A clear and concise description of what happened.
## Setup
Please describe how you started the server and provide a list of relevant environment variables.
Please describe how you started the server and provide a list of relevant environment variables or configuration files.
<details>
<p>
```console
OCIS_VERSION=vX.X.X
BRANCH=vX.X.X
STORAGE_FRONTEND_UPLOAD_DISABLE_TUS=false
OCIS_XXX=somevalue
OCIS_YYY=somevalue
PROXY_XXX=somevalue
```
</p>