Skip to content

Commit

Permalink
Merge pull request #3999 from wkloucek/remove-non-existing-env-variab…
Browse files Browse the repository at this point in the history
…els-from-bug-template

remove non existing env variables from bug template
  • Loading branch information
wkloucek authored Jun 21, 2022
2 parents 49541e6 + 03ec63a commit be8523f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit be8523f

Please sign in to comment.