Skip to content

Commit

Permalink
Format README
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscariremma committed Dec 10, 2024
1 parent 76bad03 commit a045565
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This project uses environment variables to configure its behavior.
The following environment variables are used:

| Variable | Description | Example Value |
|---------------------------|----------------------------------------------------------------------------------------------|------------------------------------------------------------------------|
| ------------------------- | -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
| DATABASE_URL | Database connection URL | `postgresql://postgres:postgres@localhost:5432/postgres?schema=public` |
| GAMMA_API_KEY_ID | Gamma info API key ID | `api-key-id-uuid-here` |
| GAMMA_API_KEY_TOKEN | Gamma info API token | `token` |
Expand All @@ -63,6 +63,6 @@ The following environment variables are used:
| NEXTAUTH_URL | URL to the NextAuth API | `http://localhost:3000/api/auth` |
| MEDIA_PATH | Path to store media | `./media` |
| ACTIVE_GROUP_TYPES | Comma-separated list of group types that are considered active | `committee,society` |
| ADMIN_GROUPS | Comma-separated list of groups that are considered admin groups | `styrit,digit` |
| PAGE_EDITOR_GROUPS | Comma-separated list of groups that are allowed to edit division pages in addition to admins | 'snit,motespresidit' |
| ADMIN_GROUPS | Comma-separated list of groups that are considered admin groups | `styrit,digit` |
| PAGE_EDITOR_GROUPS | Comma-separated list of groups that are allowed to edit division pages in addition to admins | `snit,motespresidit` |
| CORPORATE_RELATIONS_GROUP | Group that is considered the corporate relations group | `armit` |

0 comments on commit a045565

Please sign in to comment.