From 3325706dcbda64f165dd7c392ce91ce2238800db Mon Sep 17 00:00:00 2001 From: glyph Date: Tue, 23 Nov 2021 12:30:24 +0200 Subject: [PATCH] document disable auth flag --- peach-web/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/peach-web/README.md b/peach-web/README.md index f8185cdd..c7e9a02f 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`