fix: correct typo in environment variable block
Corrected the spelling of "environment" from "enviroment" in the OpenWebUI configuration file. This change ensures the configuration is correctly interpreted, avoiding potential issues with environment variable settings.
This commit is contained in:
parent
29ca755e06
commit
d870cdf086
|
@ -4,7 +4,7 @@
|
|||
enable = true;
|
||||
port = 8080;
|
||||
host = "0.0.0.0";
|
||||
enviroment = {
|
||||
environment = {
|
||||
ANONYMIZED_TELEMETRY = "False";
|
||||
DO_NOT_TRACK = "True";
|
||||
SCARF_NO_ANALYTICS = "True";
|
||||
|
|
Loading…
Reference in a new issue