diff --git a/docs/ocis/development/testing.md b/docs/ocis/development/testing.md index d61d7eff45..60a68c4763 100644 --- a/docs/ocis/development/testing.md +++ b/docs/ocis/development/testing.md @@ -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.