File size: 649 Bytes
c4f2ce6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Hugging Face Spaces Environment Configuration
# Use these settings in your HF Space secrets/environment

# API Keys (Add these to your Space secrets)
# NEBIUS_API_KEY=your_nebius_api_key_here
# MODAL_TOKEN_ID=your_modal_token_id_here  
# MODAL_TOKEN_SECRET=your_modal_token_secret_here
# GITHUB_TOKEN=your_github_token_here

# File Upload Configuration
# Uploads are enabled by default in HF Spaces
# Only set this to 'true' if you want to disable uploads
# DISABLE_UPLOADS=false

# Server Configuration
NODE_ENV=production
PORT=7860

# Database and uploads will automatically use /tmp in HF Spaces
# No additional configuration needed for storage