mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 20:11:24 +00:00
Using new cache location (#58)
This commit is contained in:
parent
c1f4939bd1
commit
e2aec109b9
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="/dev/shm/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