-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.env.example
More file actions
34 lines (27 loc) · 751 Bytes
/
.env.example
File metadata and controls
34 lines (27 loc) · 751 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
33
34
# Coce Configuration Environment Variables
# Copy this file to .env and customize as needed
# Server Configuration
COCE_PORT=8080
COCE_PROVIDERS=gb,aws,ol
COCE_TIMEOUT=8000
# Redis Configuration
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_TIMEOUT=5000
# Cache Configuration
COCE_CACHE_PATH=/app/covers
COCE_CACHE_URL=http://localhost:8080/covers
# Provider Timeouts (in seconds)
COCE_GB_TIMEOUT=86400
COCE_AWS_TIMEOUT=86400
COCE_OL_TIMEOUT=86400
COCE_ORB_TIMEOUT=86400
# Provider-specific Settings
COCE_AWS_IMAGE_SIZE=MediumImage
COCE_OL_IMAGE_SIZE=medium
COCE_ORB_CACHE=true
# ORB Credentials (optional - only needed if using ORB provider)
# COCE_ORB_USER=your_orb_username
# COCE_ORB_KEY=your_orb_api_key
# Node.js Environment
NODE_ENV=production