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
7 changes: 6 additions & 1 deletion api/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NODE_ENV=development
# Database Configuration (Debian Server)
# Option 1: Use DATABASE_URL (PostgreSQL connection string)
# The api-user is stac_api (read-only)
DATABASE_URL=postgresql://stac_api:[PASSWORD]@atlas.stacindex.org:5432/stac_db
DATABASE_URL=postgresql://stac_api:[PASSWORD]@atlas.stacindex.org:5430/stac_db

# Option 2: Use individual variables (currently active)
DB_HOST=atlas.stacindex.org
Expand Down Expand Up @@ -42,3 +42,8 @@ API_VERSION=1.0.0
MAX_URL_LENGTH=1MB
MAX_HEADER_SIZE=100KB
MAX_BODY_SIZE=10MB

# Rate Limiting Configuration
# Set to "true" to disable rate limiting (useful for load testing)
# WARNING: Never disable rate limiting in production!
DISABLE_RATE_LIMIT=false
Loading
Loading