mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-24 17:51:13 -05:00
feat: Make Novu settings public
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
-- Add policy to allow authenticated users to read Novu application identifier
|
||||
CREATE POLICY "Authenticated users can read novu application identifier"
|
||||
ON admin_settings
|
||||
FOR SELECT
|
||||
TO authenticated
|
||||
USING (setting_key = 'novu.application_identifier');
|
||||
Reference in New Issue
Block a user