mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
docs: document the new demoAllowAdminLogin
option (#6902)
This PR adds docs for the new `demoAllowAdminLogin` option, including how to use it and what it does. Documents the changes introduced in https://github.com/Unleash/unleash/pull/6808
This commit is contained in:
parent
131e9dd6d6
commit
e7fe31ec6a
@ -107,6 +107,8 @@ unleash.start(unleashOptions);
|
||||
in `INIT_ADMIN_API_TOKENS`, `INIT_CLIENT_API_TOKENS`, and `INIT_FRONTEND_API_TOKENS` will be created as admin,
|
||||
client, and frontend tokens respectively, and Unleash will assign usernames automatically.
|
||||
|
||||
- `demoAllowAdminLogin` / `AUTH_DEMO_ALLOW_ADMIN_LOGIN`: `boolean` — Allows you to log in as the admin user when running Unleash with the `demo` auth type. To log in as the admin user, use `admin` as your email. Defaults to `false`.
|
||||
|
||||
- **databaseUrl** - (_deprecated_) the postgres database url to connect to. Only used if _db_ object is not specified,
|
||||
and overrides the _db_ object and any environment variables that change parts of it (like `DATABASE_SSL`). Should
|
||||
include username/password. This value may also be set via the `DATABASE_URL` environment variable. Alternatively, if
|
||||
|
Loading…
Reference in New Issue
Block a user