.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
MARKET_API_URL
API Configuration
MARKET_API_KEY
secret
MARKET_USERNAME
Authentication
MARKET_PASSWORD
secret
DATABASE_URL
secret
Database
PAYPAL_CLIENT_ID
PayPal Integration
PAYPAL_CLIENT_SECRET
secret
SMTP_HOST
SMTP Configuration (optional)
SMTP_PORT
SMTP_USER
SMTP_PASSWORD
secret
SMTP_USE_TLS
GMAIL_DRAFTS_ENABLED
Gmail drafts on Pro activation (IMAP; same app password as SMTP)
ADMIN_API_KEY
secret
Dashboard Admin
SECRET_KEY
secret
Security
DEBUG
Development
LINKEDIN_CAMPAIGN_START
GTM / content calendar (local ops — override Railway if stale)
LINKEDIN_PERSONAL_DAY_OFFSET
LINKEDIN_COMPANY_DAY_OFFSET
brew install flyctl && fly launch --from https://github.com/treevu-ai/cli-market-world
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/treevu-ai/cli-market-world
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/treevu-ai/cli-market-world