update 2024-09-07 04:19:29
This commit is contained in:
parent
51341607c6
commit
2add9956c5
|
@ -127,7 +127,7 @@ return view.extend({
|
||||||
s.anonymous = true;
|
s.anonymous = true;
|
||||||
|
|
||||||
o = s.option(form.Flag, 'force', _('Force read config'),
|
o = s.option(form.Flag, 'force', _('Force read config'),
|
||||||
_('By default AList reads the configuration from environment variables, set this field to true to force AList to read config from the configuration file.'));
|
_('Setting this to true will force the program to read the configuration file, ignoring environment variables.'));
|
||||||
o.default = true;
|
o.default = true;
|
||||||
o.rmempty = false;
|
o.rmempty = false;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue