Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion backend/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,13 @@ JWT_SECRET=your-super-secret-jwt-key-change-in-production
JWT_EXPIRATION=86400

# Admin Configuration (comma-separated wallet addresses)
# ADMIN_ADDRESSES=0xYourAdminAddress1,0xAnotherAdminAddress2
# ADMIN_ADDRESSES=0xYourAdminAddress1,0xAnotherAdminAddress2

# GitHub Integration (required for /admin/github/sync)
# Create a PAT at https://github.com/settings/tokens with public_repo scope
GITHUB_TOKEN=your_github_pat_here
GITHUB_OWNER=TheSoftwareDevGuild
GITHUB_API_URL=https://api.github.com

# Set to 1 to skip SIWE signature verification (local testing only, never in production)
# TEST_MODE=1
Loading
Loading