Files
Filamenteka/.env.development
DaX 82c476430f Fix API connectivity and import filament data from PDF
- Update all environment files to use new PostgreSQL API endpoint
- Fix CORS configuration in API server
- Import 35 filaments and 29 colors from PDF data
- Fix TypeScript type error in dashboard
- Add back emoji icons for dark mode toggle
- Remove debugging code and test buttons
- Clean up error handling
2025-06-20 15:40:40 +02:00

13 lines
334 B
Plaintext

# Development Environment Configuration
NODE_ENV=development
# API Configuration
NEXT_PUBLIC_API_URL=https://api.filamenteka.rs/api
# AWS Configuration (for reference - no longer used)
# AWS_REGION=eu-central-1
# DYNAMODB_TABLE_NAME=filamenteka-filaments-dev
# Admin credentials (development)
# Username: admin
# Password: admin123