ObsiViewer/.env
Bruno Charest ee3085ce38 feat: add Nimbus Editor with Unsplash integration
- Integrated Unsplash API for image search functionality with environment configuration
- Added new Nimbus Editor page component with navigation from sidebar and mobile drawer
- Enhanced TOC with highlight animation for editor heading navigation
- Improved CDK overlay z-index hierarchy for proper menu layering
- Removed obsolete logging validation script
2025-11-11 11:38:27 -05:00

30 lines
864 B
Bash

# ObsiViewer Environment Variables
# Copy this file to .env and adjust values for your setup
# === Development Mode ===
# Path to your Obsidian vault (absolute or relative to project root)
VAULT_PATH=./vault
# VAULT_PATH=C:\Obsidian_doc\Obsidian_IT
# Meilisearch configuration
MEILI_API_KEY=devMeiliKey123
MEILI_MASTER_KEY=devMeiliKey123
MEILI_HOST=http://127.0.0.1:7700
# Server port
PORT=4000
# Google Gemini API
GEMINI_API_BASE=https://generativelanguage.googleapis.com
GEMINI_API_VERSION=v1
GEMINI_API_KEY=AIzaSyATeU2LOAwcTjxYcTo9DTfq_B6U9Rakj2U
# https://unsplash.com/
UNSPLASH_ACCESS_KEY=WdNMxtLoFtHOmtmwFHdyFyDPR0HjKFOXJRe7rrK1eg8
UNSPLASH_SECRET_KEY=FrRYEdKc2LRBnSGcUfnJ4LzzI4wqdT-LL9GTxxLnclI
# === Docker/Production Mode ===
# These are typically set in docker-compose/.env for containerized deployments
# NODE_ENV=production
# TZ=America/Montreal