From 95c1b4c6d9e82ffc0adf3d0599c4bdea5d313932 Mon Sep 17 00:00:00 2001 From: Wayward One Date: Wed, 21 Apr 2021 20:58:28 -0700 Subject: [PATCH] Issue #337 - Update docs for user env --- docs/docs/getting-started/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/install.md b/docs/docs/getting-started/install.md index 9be8f56af..9ef4825cc 100644 --- a/docs/docs/getting-started/install.md +++ b/docs/docs/getting-started/install.md @@ -54,7 +54,7 @@ services: | ---------------- | ------------------ | ----------------------------------------------------------------------------------- | | DB_TYPE | sqlite | The database type to be used. Current Options 'sqlite' | | DEFAULT_GROUP | Home | The default group for users | -| DEFAULT_USERNAME | changeme@email.com | The default username for the superuser | +| DEFAULT_EMAIL | changeme@email.com | The default username for the superuser | | DEFAULT_PASSWORD | MyPassword | The default password for the superuser | | TOKEN_TIME | 2 | The time in hours that a login/auth token is valid | | API_PORT | 9000 | The port exposed by backend API. **do not change this if you're running in docker** |