mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 20:11:24 +00:00
🔨 Re-branding of the Supervisor API (#16)
* 🔨 Re-branding of the Supervisor API * 🚑 Fix typo in the supervisor token
This commit is contained in:
parent
5c7f2914cd
commit
a4b2a4cc1a
15 changed files with 196 additions and 196 deletions
12
lib/const.sh
12
lib/const.sh
|
@ -8,14 +8,14 @@
|
|||
# ==============================================================================
|
||||
|
||||
# Defaults
|
||||
readonly __BASHIO_DEFAULT_LOG_LEVEL=5 # Defaults to INFO
|
||||
readonly __BASHIO_DEFAULT_LOG_FORMAT="[{TIMESTAMP}] {LEVEL}: {MESSAGE}"
|
||||
readonly __BASHIO_DEFAULT_LOG_TIMESTAMP="%T"
|
||||
readonly __BASHIO_DEFAULT_HASSIO_API="http://hassio"
|
||||
readonly __BASHIO_DEFAULT_HASSIO_TOKEN=""
|
||||
readonly __BASHIO_DEFAULT_ADDON_CONFIG="/data/options.json"
|
||||
readonly __BASHIO_DEFAULT_HIBP_ENDPOINT="https://api.pwnedpasswords.com/range"
|
||||
readonly __BASHIO_DEFAULT_CACHE_DIR="/dev/shm/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
|
||||
readonly __BASHIO_DEFAULT_LOG_TIMESTAMP="%T"
|
||||
readonly __BASHIO_DEFAULT_SUPERVISOR_API="http://supervisor"
|
||||
readonly __BASHIO_DEFAULT_SUPERVISOR_TOKEN=""
|
||||
|
||||
# Exit codes
|
||||
readonly __BASHIO_EXIT_OK=0 # Successful termination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue