document disable auth flag
This commit is contained in:
parent
bc28a84ad4
commit
3325706dcb
@ -1,6 +1,6 @@
|
|||||||
# peach-web
|
# peach-web
|
||||||
|
|
||||||
[](https://travis-ci.com/peachcloud/peach-web) 
|
[](https://travis-ci.com/peachcloud/peach-web) 
|
||||||
|
|
||||||
## Web Interface for PeachCloud
|
## Web Interface for PeachCloud
|
||||||
|
|
||||||
@ -39,6 +39,10 @@ _Note: Networking functionality requires peach-network microservice to be runnin
|
|||||||
|
|
||||||
### Environment
|
### 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:
|
The web application deployment mode is configured with the `ROCKET_ENV` environment variable:
|
||||||
|
|
||||||
`export ROCKET_ENV=stage`
|
`export ROCKET_ENV=stage`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user