From c73f57db60f5477167be764e37c4f197d5eae5de Mon Sep 17 00:00:00 2001 From: root Date: Wed, 6 May 2026 06:56:24 +0000 Subject: [PATCH] chore: add env example defaults --- .env.example | 4 ++-- .gitignore | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 873310a..dceefec 100644 --- a/.env.example +++ b/.env.example @@ -1,8 +1,8 @@ # Mnemon runtime configuration -MNEMON_DATA_DIR=/mnemon +MNEMON_DATA_DIR=~/.mnemon MNEMON_STORE=default # Optional embeddings through Ollama. # Enable only when an Ollama service is available. -MNEMON_EMBED_ENDPOINT=http://ollama:11434 +MNEMON_EMBED_ENDPOINT=http://localhost:11434 MNEMON_EMBED_MODEL=nomic-embed-text diff --git a/.gitignore b/.gitignore index 2d4b21f..cc4c57d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,9 @@ .DS_Store Thumbs.db +# Local environment +.env + # Go vendor/