Files
INOWYA/.env.example
maq fc68d4dd56 Initial commit: witsy
INOWYA
1 project setup with docs and code
2025-11-09 11:29:03 -08:00

31 lines
615 B
Plaintext

# INOWYA Environment Configuration
# Copy this to .env and customize
# Database
DB_PASSWORD=inowya123
# Security
SECRET_KEY=your-super-secret-key-change-this-in-production
JWT_SECRET=another-secret-for-tokens
# API
API_HOST=0.0.0.0
API_PORT=8000
# Timezone (for location analysis)
TIMEZONE=America/Los_Angeles
# File upload limits (MB)
MAX_UPLOAD_SIZE=500
# ML Model paths (relative to workers/)
TRANSPORT_MODEL_PATH=models/transport.pkl
# Geocoding (offline Nominatim)
NOMINATIM_DATA_PATH=/app/nominatim-data
# Optional: Cloud storage
S3_ENDPOINT=
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_BUCKET=your-location-data