mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 20:11:24 +00:00
Put Bashio cache folder in a dot folder inside tmp (#60)
This commit is contained in:
parent
3033ebb938
commit
1ceb692258
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
# Defaults
|
||||
readonly __BASHIO_DEFAULT_ADDON_CONFIG="/data/options.json"
|
||||
readonly __BASHIO_DEFAULT_CACHE_DIR="/tmp/bashio"
|
||||
readonly __BASHIO_DEFAULT_CACHE_DIR="/tmp/.bashio"
|
||||
readonly __BASHIO_DEFAULT_HIBP_ENDPOINT="https://api.pwnedpasswords.com/range"
|
||||
readonly __BASHIO_DEFAULT_LOG_FORMAT="[{TIMESTAMP}] {LEVEL}: {MESSAGE}"
|
||||
readonly __BASHIO_DEFAULT_LOG_LEVEL=5 # Defaults to INFO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue