Explorar el Código

doc: add clarification for length limit of init password (#10824)

tags/0.12.0
孙茂胤 (Sun, Maoyin) hace 11 meses
padre
commit
49e88322de
No account linked to committer's email address
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      docker/.env.example

+ 2
- 1
docker/.env.example Ver fichero

@@ -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.

Cargando…
Cancelar
Guardar