Skip to content

Commit

Permalink
Merge pull request #2 from acm-uiuc/devksingh4/groups
Browse files Browse the repository at this point in the history
add admin panel
  • Loading branch information
devksingh4 committed Aug 22, 2023
2 parents a9e0d48 + 3f1532e commit e6d3c2e
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 122 deletions.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require('dotenv').config()

exports.groups_permitted = process.env.GROUPS_PERMITTED ? process.env.GROUPS_PERMITTED.split(',') : ['ACM Link Shortener Managers', 'ACM Exec', 'ACM Officers', 'ACM Infra Leadership'];

exports.admin_groups = process.env.ADMIN_GROUPS ? process.env.ADMIN_GROUPS.split(',') : ['ACM Infra Leadership'];
exports.admin_groups = process.env.ADMIN_GROUPS ? process.env.ADMIN_GROUPS.split(',') : ['ACM Infra Leadership', 'ACM Officers'];

exports.branding = {
title: process.env.brandTitle || "ACM Link Shortener",
Expand Down
Loading

0 comments on commit e6d3c2e

Please sign in to comment.