new: chg: disable favicon default

This commit is contained in:
rachmadaniHaryono 2019-05-27 21:24:30 +08:00
parent db72d24af4
commit ac6089214d

View File

@ -56,7 +56,7 @@ Following are available os env config available for bukuserver.
| SECRET_KEY | server secret key | string [default: os.urandom(24)] | | SECRET_KEY | server secret key | string [default: os.urandom(24)] |
| URL_RENDER_MODE | url render mode | `full` or `netloc` [default: `full`] | | URL_RENDER_MODE | url render mode | `full` or `netloc` [default: `full`] |
| DB_FILE | full path to db file | path string [default: standard path for buku] | | DB_FILE | full path to db file | path string [default: standard path for buku] |
| DISABLE_FAVICON | disable favicon | boolean [default: `None`] | | DISABLE_FAVICON | disable favicon | boolean [default: `false`] |
Note: `BUKUSERVER_` is the common prefix. Note: `BUKUSERVER_` is the common prefix.