ObsiViewer/.env.example

19 lines
485 B
Plaintext

# 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
# Meilisearch configuration
MEILI_MASTER_KEY=devMeiliKey123
MEILI_HOST=http://127.0.0.1:7700
# Server port
PORT=4000
# === Docker/Production Mode ===
# These are typically set in docker-compose/.env for containerized deployments
# NODE_ENV=production
# TZ=America/Montreal