-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (25 loc) · 590 Bytes
/
.env.example
File metadata and controls
32 lines (25 loc) · 590 Bytes
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
# ArangoDB Configuration
ARANGO_URL=http://localhost:8529
ARANGO_DATABASE=accessibility
ARANGO_USERNAME=root
ARANGO_ROOT_PASSWORD=development
# API Configuration
API_PORT=3000
API_BASE_URL=http://localhost:3000
# Dashboard Configuration
DASHBOARD_PORT=8080
# Monitoring Configuration
ENABLE_ANALYTICS=false
ANALYTICS_ENDPOINT=
# Rate Limiting
RATE_LIMIT_REQUESTS=100
RATE_LIMIT_WINDOW=900000
# Badge Configuration
BADGE_CDN_URL=https://img.shields.io
# GitHub Action Configuration
GITHUB_TOKEN=
# Email Configuration (for outreach)
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASSWORD=