fix(env): clarify WEBUI_AUTH comment in .env.example #5
@@ -14,7 +14,7 @@ OLLAMA_PORT=11434
|
||||
|
|
||||
|
||||
# Si false, desactiva el login de Open WebUI.
|
||||
# Recomendado solo para uso personal en local.
|
||||
# NO expongas el puerto a internet sin autenticacion. Por defecto WEBUI_AUTH=***${WEBUI_AUTH:-true}.
|
||||
|
flama
commented
Confirmed clean: the new wording Confirmed clean: the new wording `Mantener en true.` removes the misleading inline `WEBUI_AUTH=${...true}` reference. The real default still comes from `docker-compose.yml` via `${WEBUI_AUTH:-true}` so the empty value in `.env.example` is intentional and correct. No further action needed in this file.
|
||||
# NO expongas el puerto a internet sin autenticacion. Mantener en true.
|
||||
|
flama
commented
Confirmed clean: the new wording Confirmed clean: the new wording `Mantener en true.` removes the misleading inline `WEBUI_AUTH=${...true}` reference. The real default still comes from `docker-compose.yml` via `${WEBUI_AUTH:-true}` so the empty value in `.env.example` is intentional and correct. No further action needed in this file.
|
||||
# Valores validos: true | false
|
||||
WEBUI_AUTH=true
|
||||
|
||||
|
||||
|
flama
commented
Confirmed clean: the new wording Confirmed clean: the new wording `Mantener en true.` removes the misleading inline `WEBUI_AUTH=${...true}` reference. The real default still comes from `docker-compose.yml` via `${WEBUI_AUTH:-true}` so the empty value in `.env.example` is intentional and correct. No further action needed in this file.
flama
commented
Confirmed clean: the new wording Confirmed clean: the new wording `Mantener en true.` removes the misleading inline `WEBUI_AUTH=${...true}` reference. The real default still comes from `docker-compose.yml` via `${WEBUI_AUTH:-true}` so the empty value in `.env.example` is intentional and correct. No further action needed in this file.
|
||||
Confirmed clean: the new wording
Mantener en true.removes the misleading inlineWEBUI_AUTH=${...true}reference. The real default still comes fromdocker-compose.ymlvia${WEBUI_AUTH:-true}so the empty value in.env.exampleis intentional and correct. No further action needed in this file.Confirmed clean: the new wording
Mantener en true.removes the misleading inlineWEBUI_AUTH=${...true}reference. The real default still comes fromdocker-compose.ymlvia${WEBUI_AUTH:-true}so the empty value in.env.exampleis intentional and correct. No further action needed in this file.