From f103e8d08d4db19649053bd4a878841a162755e3 Mon Sep 17 00:00:00 2001 From: Jason Carvalho Date: Fri, 10 Feb 2023 17:39:50 +0000 Subject: [PATCH] config updates to support notifications --- config/autoload/local.php.dist | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index e83dd87..1004aa8 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -40,6 +40,9 @@ return [ 'policies-requests-dataset' => 'policies-requests-dataset', 'policies-key' => 'policies-key' ], + 'notifications' => [ + 'notifications-dataset' => 'notifications-dataset', + ], 'email' => [ 'from-email' => 'email address', 'from-label' => 'email label',