document disable auth flag

This commit is contained in:
glyph 2021-11-23 12:30:24 +02:00
parent bc28a84ad4
commit 3325706dcb
1 changed files with 5 additions and 1 deletions

View File

@ -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-<COLOR>.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-<COLOR>.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`