From 5e6f705b1a9f09726268ec9b1e402591641a0273 Mon Sep 17 00:00:00 2001 From: Johnny Huynh <27847622+johnnyhuy@users.noreply.github.com> Date: Sat, 19 Oct 2024 18:12:47 +1100 Subject: [PATCH] chore: Implement permission configuration into app with enabled setting - Update app configuration to include permission configuration - Enable permission configuration by setting `enabled` to true in app-config.yaml --- app-config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-config.yaml b/app-config.yaml index 9eac8f8..9ce488a 100644 --- a/app-config.yaml +++ b/app-config.yaml @@ -78,3 +78,6 @@ catalog: plausible: enabled: false + +permission: + enabled: true \ No newline at end of file