Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use the correct env vars for initial admin account (#8095)
#7795 mistakenly changed the initial admin account environment variables to be: - `INITIAL_ADMIN_USER_USERNAME` - `INITIAL_ADMIN_USER_PASSWORD` Instead of the previous: - `UNLEASH_DEFAULT_ADMIN_USERNAME` - `UNLEASH_DEFAULT_ADMIN_PASSWORD` See: https://github.com/Unleash/unleash/pull/7795/files?diff=unified&w=0#diff-a38cc7ae9f963264333b6535498970a33e046dba50a6af554f438343a6edd2ddR319-R334 This PR reverts them back to the correct environment variable names and adds a test to prevent something similar from happening in the future.
- Loading branch information