mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 20:11:24 +00:00
🔥 Removes secrets support, now natively supported by Hassio (#14)
This commit is contained in:
parent
68fa417e4e
commit
16e98bf090
4 changed files with 0 additions and 69 deletions
|
@ -16,7 +16,6 @@ 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_SECRETS="/config/secrets.yaml"
|
||||
|
||||
# Exit codes
|
||||
readonly __BASHIO_EXIT_OK=0 # Successful termination
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue