config service: convert backing database to use mongodb

This is a much more natural fit for the config service which is really a
key value store, and has been abusing SQL. This will let us expand the
config stuff later to support profiles and per-account config values.

I have left in the SQL code for now so config changes are still being
sent there in the event of catastrophic mongodb failure.
This commit is contained in:
Adam
2019-03-20 18:37:50 -04:00
parent 327986fc56
commit 4ccefd23a4
4 changed files with 156 additions and 7 deletions

View File

@@ -29,6 +29,9 @@ redis:
pool.size: 10
host: http://localhost:6379
mongo:
host: mongodb://localhost:27017
# Twitter client for feed
runelite:
twitter: