Merge pull request #3999 from wkloucek/remove-non-existing-env-variabels-from-bug-template

remove non existing env variables from bug template
This commit is contained in:
Willy Kloucek
2022-06-21 10:59:14 +02:00
committed by GitHub

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>