README書き換えた
This commit is contained in:
parent
0503c1e72e
commit
a50c0a3ff5
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,7 @@ Configuration can be done through config file, GUI or environment variables. Var
|
||||||
| TZ | Set your timezone for correct time | |
|
| TZ | Set your timezone for correct time | |
|
||||||
| HOST | Listen address | 0.0.0.0 |
|
| HOST | Listen address | 0.0.0.0 |
|
||||||
| PORT | Port for web GUI | 8840 |
|
| PORT | Port for web GUI | 8840 |
|
||||||
|
| BASE_PATH | Optional web path prefix for UI and API (no trailing slash) | |
|
||||||
| THEME | Any theme name from https://bootswatch.com in lowcase or [additional](https://github.com/aceberg/aceberg-bootswatch-fork) | sand |
|
| THEME | Any theme name from https://bootswatch.com in lowcase or [additional](https://github.com/aceberg/aceberg-bootswatch-fork) | sand |
|
||||||
| COLOR | Background color: light or dark | dark |
|
| COLOR | Background color: light or dark | dark |
|
||||||
| NODEPATH | Path to local node modules | |
|
| NODEPATH | Path to local node modules | |
|
||||||
|
|
@ -157,6 +158,7 @@ theme: sand
|
||||||
timeout: 60
|
timeout: 60
|
||||||
trim_hist: 48
|
trim_hist: 48
|
||||||
use_db: sqlite
|
use_db: sqlite
|
||||||
|
base_path: ""
|
||||||
```
|
```
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue