Project Init

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Yaojia Wang
2025-11-02 23:55:18 +01:00
commit 014d62bcc2
169 changed files with 28867 additions and 0 deletions

22
.env.example Normal file
View File

@@ -0,0 +1,22 @@
# ColaFlow Environment Variables Template
# Copy this file to .env and update with your values
# Database Configuration
POSTGRES_DB=colaflow
POSTGRES_USER=colaflow
POSTGRES_PASSWORD=colaflow_dev_password
# Redis Configuration
REDIS_PASSWORD=colaflow_redis_password
# Backend Configuration
ASPNETCORE_ENVIRONMENT=Development
JWT_SECRET_KEY=ColaFlow-Development-Secret-Key-Min-32-Characters-Long-2025
# Frontend Configuration
NEXT_PUBLIC_API_URL=http://localhost:5000
NEXT_PUBLIC_WS_URL=ws://localhost:5000/hubs/project
# Optional Tools
# Uncomment to enable pgAdmin and Redis Commander
# COMPOSE_PROFILES=tools