mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-28 00:39:16 -06:00
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:
8
.github/ISSUE_TEMPLATE/bug_report.md
vendored
8
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user