[docs-only] mention insecure option

This commit is contained in:
Artur Neumann
2021-11-11 11:50:40 +05:45
committed by GitHub
parent 9f26620703
commit 0f08d38db9
+1 -1
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.