# OurDigital Skills Environment Variables Template # Copy this file to .env.ourdigital and fill in your values # IMPORTANT: Never commit the actual .env.ourdigital file to version control # ============================================================================= # Environment Settings # ============================================================================= OURDIGITAL_ENV=development # development | production OURDIGITAL_CONFIG_PATH=~/.ourdigital/config.yaml OURDIGITAL_CREDENTIALS_PATH=~/.ourdigital/credentials/ # ============================================================================= # Notion API # ============================================================================= NOTION_API_TOKEN=secret_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx # Working with AI Database (primary export destination) NOTION_WORKING_WITH_AI_DB=f8f19ede-32bd-43ac-9f60-0651f6f40afe # OurDigital Channels Database NOTION_OURDIGITAL_CHANNELS_DB=9e958359535b495e863aba20d6c0a59b # ============================================================================= # Ghost CMS # ============================================================================= # blog.ourdigital.org (Korean blog) GHOST_BLOG_URL=https://blog.ourdigital.org GHOST_BLOG_ADMIN_KEY= # journal.ourdigital.org (English journal) GHOST_JOURNAL_URL=https://journal.ourdigital.org GHOST_JOURNAL_ADMIN_KEY= # ourstory.day (Personal essays) GHOST_OURSTORY_URL=https://ourstory.day GHOST_OURSTORY_ADMIN_KEY= # ============================================================================= # Google APIs # ============================================================================= GOOGLE_APPLICATION_CREDENTIALS=~/.ourdigital/credentials/google.json # Google Search Console GSC_PROPERTY_URL=https://www.ourdigital.org # Google Analytics 4 GA4_PROPERTY_ID= # ============================================================================= # Figma # ============================================================================= FIGMA_ACCESS_TOKEN= # ============================================================================= # n8n Workflow Automation # ============================================================================= N8N_HOST_URL=https://n8n.dintelligence.co.kr N8N_API_KEY= # ============================================================================= # Optional: AI Services # ============================================================================= # ANTHROPIC_API_KEY= # Usually set globally # OPENAI_API_KEY= # For DALL-E integration # ============================================================================= # Ulysses Export (macOS) # ============================================================================= ULYSSES_EXPORT_PATH=~/Library/Mobile Documents/com~apple~CloudDocs/Ulysses/Blog Drafts/