21 lines
555 B
Bash
21 lines
555 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
|
|
|
|
# === Docker/Production Mode ===
|
|
# These are typically set in docker-compose/.env for containerized deployments
|
|
# NODE_ENV=production
|
|
# TZ=America/Montreal
|