Skip to content

Commit

Permalink
chore: Implement permission configuration into app with enabled setting
Browse files Browse the repository at this point in the history
- Update app configuration to include permission configuration
- Enable permission configuration by setting `enabled` to true in app-config.yaml
  • Loading branch information
johnnyhuy committed Oct 19, 2024
1 parent 422dc00 commit 5e6f705
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ catalog:

plausible:
enabled: false

permission:
enabled: true

0 comments on commit 5e6f705

Please sign in to comment.