Skip to content
Snippets Groups Projects

[Sprint/HipsterHedgehog] (feat): configs for redis pubsub

1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
@@ -21,6 +21,7 @@ $CONFIG->database = [
];
$CONFIG->redis = [
'pubsub' => 'redis_pubsub',
'master' => 'redis',
'slave' => 'redis'
];
@@ -477,4 +478,4 @@ $CONFIG->set('features', [
'dark-mode' => true,
]);
$CONFIG->set('last_tos_update', 1);
\ No newline at end of file
$CONFIG->set('last_tos_update', 1);
Loading