diff --git a/peach-web/README.md b/peach-web/README.md index f8185cd..c7e9a02 100644 --- a/peach-web/README.md +++ b/peach-web/README.md @@ -1,6 +1,6 @@ # peach-web -[![Build Status](https://travis-ci.com/peachcloud/peach-web.svg?branch=master)](https://travis-ci.com/peachcloud/peach-web) ![Generic badge](https://img.shields.io/badge/version-0.4.6-.svg) +[![Build Status](https://travis-ci.com/peachcloud/peach-web.svg?branch=master)](https://travis-ci.com/peachcloud/peach-web) ![Generic badge](https://img.shields.io/badge/version-0.4.12-.svg) ## Web Interface for PeachCloud @@ -39,6 +39,10 @@ _Note: Networking functionality requires peach-network microservice to be runnin ### Environment +Authentication is enabled by default. It can be disabled by setting the `DISABLE_ROCKET_AUTH` environment variable to `true`: + +`export DISABLE_ROCKET_AUTH=true` + The web application deployment mode is configured with the `ROCKET_ENV` environment variable: `export ROCKET_ENV=stage`