add redis tests

This commit is contained in:
Michael C
2021-12-19 02:03:50 -05:00
parent caf94a7a93
commit 68bc6469ce
6 changed files with 35 additions and 1 deletions

View File

@@ -16,6 +16,10 @@
"host": "localhost",
"port": 5432
},
"redis": {
"host": "localhost",
"port": 6379
},
"createDatabaseIfNotExist": true,
"schemaFolder": "./databases",
"dbSchema": "./databases/_sponsorTimes.db.sql",