Skip to content

Commit

Permalink
doc: add clarification for length limit of init password (#10824)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmysun authored Nov 19, 2024
1 parent 14f3d44 commit 49e8832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ SECRET_KEY=sk-9f73s3ljTXVcMT3Blb3ljTqtsKiGHXVcMT3BlbkFJLK7U

# Password for admin user initialization.
# If left unset, admin user will not be prompted for a password
# when creating the initial admin account.
# when creating the initial admin account.
# The length of the password cannot exceed 30 charactors.
INIT_PASSWORD=

# Deployment environment.
Expand Down

0 comments on commit 49e8832

Please sign in to comment.