-
-
Notifications
You must be signed in to change notification settings - Fork 721
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: remove mention of admin name and email env vars (#8096)
#7795 mistakenly included a mention that these environment variables can be used: - `UNLEASH_DEFAULT_ADMIN_NAME` - `UNLEASH_DEFAULT_ADMIN_EMAIL` However that's not really the case, since we decided to remove their respective implementation before merging that PR.
- Loading branch information
Showing
2 changed files
with
0 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,8 +71,6 @@ describe('Default admin initialization', () => { | |
const DEFAULT_ADMIN_PASSWORD = 'unleash4all'; | ||
const CUSTOM_ADMIN_USERNAME = 'custom-admin'; | ||
const CUSTOM_ADMIN_PASSWORD = 'custom-password'; | ||
const CUSTOM_ADMIN_NAME = 'Custom Admin'; | ||
const CUSTOM_ADMIN_EMAIL = '[email protected]'; | ||
|
||
let userService: UserService; | ||
const sendGettingStartedMailMock = jest.fn(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters