1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37# Equalify Hub Environment Variables
# Copy this file to .env and modify values for your deployment
# =============================================================================
# REQUIRED CONFIGURATION
# =============================================================================
# The URL of your Equalify application instance
# This is where "Sign into Equalify" buttons will redirect users
EQUALIFY_APP_URL=https://app.equalify.uic.edu
# =============================================================================
# OPTIONAL CONFIGURATION
# =============================================================================
# The display name for your Hub instance
# Default: "Equalify Hub"
SITE_NAME=Equalify Hub
# The GitHub organization to display repositories and issues from
# Default: "EqualifyEverything"
GITHUB_ORG=EqualifyEverything
# Custom favicon URL (defaults to your Equalify app's favicon)
# FAVICON_URL=https://your-app.example.com/favicon.ico
# Custom organization logo URL (defaults to GitHub org avatar)
# ORG_LOGO_URL=https://example.com/logo.png
# =============================================================================
# AWS CONFIGURATION (for deployment)
# =============================================================================
# These are typically set in your AWS Lambda environment, not in .env
# AWS_REGION=us-east-1
# DYNAMODB_TABLE=your-table-name