mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-06 07:06:24 +00:00
6 lines
193 B
Bash
6 lines
193 B
Bash
CLAUDE_API_KEY=your_claude_api_key_here
|
|
OPENAI_API_KEY=your_openai_api_key_here
|
|
FLASK_ENV=development
|
|
UPLOAD_FOLDER=uploads
|
|
MAX_CONTENT_LENGTH=16777216
|
|
SECRET_KEY=your-secret-key-for-production |