Skip to content

Commit

Permalink
env.local.example: document how to change MAGPIE_ADMIN_PASSWORD
Browse files Browse the repository at this point in the history
Fixes #57
  • Loading branch information
tlvu authored Apr 13, 2023
1 parent ee3dd45 commit 2354938
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions birdhouse/env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export DOC_URL="https://www.example.com/" # URL where /doc gets redirected
export MAGPIE_SECRET=itzaseekrit
export MAGPIE_ADMIN_USERNAME=admin
# Magpie now requires a password length of at least 12 characters
# For initial bootstrap only, change in the Magpie Web UI after initial boostrap.
export MAGPIE_ADMIN_PASSWORD=qwertyqwerty!
export TWITCHER_PROTECTED_PATH=/twitcher/ows/proxy
export PHOENIX_PASSWORD=phoenix_pass
Expand Down

0 comments on commit 2354938

Please sign in to comment.