Skip to content

Commit

Permalink
Update nightscout.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
i-cz authored Jan 25, 2024
1 parent 51c55b0 commit 21a7167
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nightscout/rootfs/etc/cont-init.d/nightscout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

readonly api_key=$(bashio::config 'api_key')
readonly mongodb_uri=$(bashio::config 'mongodb_uri')
readonly connect_source=$(bashio::config 'connect_source')
readonly connect_link_up_username=$(bashio::config 'connect_link_up_username')
readonly connect_link_up_password=$(bashio::config 'connect_link_up_password')

bashio::log.info "Setting up API KEY: ${api_key}"
export API_SECRET="${api_key}"
Expand Down

0 comments on commit 21a7167

Please sign in to comment.