-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
49 lines (39 loc) · 1.3 KB
/
env.example
File metadata and controls
49 lines (39 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# OpenAI Configuration
OPENAI_API_KEY=your_openai_api_key_here
OPENAI_MODEL=gpt-4-turbo-preview
# Image Generation (Choose one)
STABILITY_API_KEY=your_stability_api_key_here
DALLE_API_KEY=your_dalle_api_key_here
# Database Configuration
DATABASE_URL=postgresql://user:password@localhost:5432/re_defined_blogs
# For SQLite (development): DATABASE_URL=sqlite:///./re_defined_blogs.db
# Web Application
APP_HOST=0.0.0.0
APP_PORT=8000
SECRET_KEY=your-secret-key-here
# Publishing Configuration
WEBSITE_API_ENDPOINT=https://re-defined.ca/api/blog
WEBSITE_API_KEY=your_website_api_key_here
# Scheduling
REDIS_URL=redis://localhost:6379
PUBLISH_INTERVAL_DAYS=14
# SEO Configuration
DEFAULT_META_DESCRIPTION_LENGTH=160
TARGET_KEYWORDS=international students,career development,job search,networking
# Content Settings
MIN_WORD_COUNT=300
MAX_WORD_COUNT=600
BLOG_TONE=friendly,supportive,informative,community-focused
# Scraping Sources
LINKEDIN_SEARCH_TERMS=international students,career tips,job market trends
FORBES_CATEGORIES=education,careers,leadership
NEWS_API_KEY=your_news_api_key_here
# Monitoring
SENTRY_DSN=your_sentry_dsn_here
LOG_LEVEL=INFO
# Email Notifications (Optional)
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=your_email@gmail.com
SMTP_PASSWORD=your_app_password
NOTIFICATION_EMAIL=admin@re-defined.ca