Set REDIS_URL for botka
It was using the same Redis key to write its brain as hal8000 (`hubot:storage`), causing scores to not be persisted to Redis. Right now botka is only saving the online users to the database. It looks like this was only enabled recently, as the last saved score was from Feb 8 Fixes #14
This commit is contained in:
parent
5fc158cb5e
commit
886958270f
@ -72,7 +72,8 @@ application botka_freenode_path do
|
||||
"GCM_API_KEY" => botka_freenode_data_bag_item['gcm_api_key'],
|
||||
"VAPID_SUBJECT" => "https://kosmos.org",
|
||||
"VAPID_PUBLIC_KEY" => botka_freenode_data_bag_item['vapid_public_key'],
|
||||
"VAPID_PRIVATE_KEY" => botka_freenode_data_bag_item['vapid_private_key']
|
||||
"VAPID_PRIVATE_KEY" => botka_freenode_data_bag_item['vapid_private_key'],
|
||||
"REDIS_URL" => "redis://localhost:6379/botka"
|
||||
}
|
||||
)
|
||||
notifies :run, "execute[systemctl daemon-reload]", :delayed
|
||||
|
Loading…
x
Reference in New Issue
Block a user