If redis fails to connect use a mock client to not crash
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
"database": {
|
||||
"host": "../shows.db"
|
||||
},
|
||||
"redis": {
|
||||
"host": "localhost",
|
||||
"port": 6379
|
||||
},
|
||||
"webserver": {
|
||||
"port": 31459,
|
||||
"origins": []
|
||||
|
||||
Reference in New Issue
Block a user