Merge pull request #2746 from owncloud/individual-it-patch-1

[docs-only] mention insecure option
This commit is contained in:
Artur Neumann
2021-11-11 12:31:11 +05:45
committed by GitHub

View File

@@ -98,7 +98,7 @@ git clone https://github.com/owncloud/core.git
To start ocis:
```
PROXY_ENABLE_BASIC_AUTH=true bin/ocis server
OCIS_INSECURE=true PROXY_ENABLE_BASIC_AUTH=true bin/ocis server
```
`PROXY_ENABLE_BASIC_AUTH` will allow the acceptance tests to make requests against the provisioning api (and other endpoints) using basic auth.