feat: quick docs update
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>pull/620/head
parent
e68af011d4
commit
66010d877e
|
@ -116,15 +116,15 @@ If you don't set "config", it will look for a configuration file called
|
||||||
|
|
||||||
The precedence of the configuration values are as follows:
|
The precedence of the configuration values are as follows:
|
||||||
|
|
||||||
- flag
|
- flags
|
||||||
- environment variable
|
- environment variables
|
||||||
- configuration file
|
- configuration file
|
||||||
- database values
|
- database values
|
||||||
- defaults
|
- defaults
|
||||||
|
|
||||||
The environment variables are prefixed by "FB_" followed by the option
|
The environment variables are prefixed by "FB_" followed by the option
|
||||||
name in caps. So to set "database" via an env variable, you should
|
name in caps. So to set "database" via an env variable, you should
|
||||||
set FB_DATABASE equals to the path.
|
set FB_DATABASE.
|
||||||
|
|
||||||
Also, if the database path doesn't exist, File Browser will enter into
|
Also, if the database path doesn't exist, File Browser will enter into
|
||||||
the quick setup mode and a new database will be bootstraped and a new
|
the quick setup mode and a new database will be bootstraped and a new
|
||||||
|
|
Loading…
Reference in New Issue