Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

Commit

Permalink
add: Base state and description codes to Redis
Browse files Browse the repository at this point in the history
This adds a Redis string for the Base stateCode and a Redis sorted set
for the descriptionCode.
  • Loading branch information
0xB10C committed Dec 4, 2019
1 parent 7573df7 commit 71c173f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions armbian/base/config/redis/factorysettings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ SET base:hostname bitbox-base
SET base:update:allow-unsigned 0
SET base:updating 0
SET base:setup 0
ZADD base:descriptionCode 0 0
SET base:stateCode 0

SET middleware:passwordSetup 0
SET middleware:datadir /data/bbbmiddleware
Expand Down

0 comments on commit 71c173f

Please sign in to comment.