NoteDiscovery/config.yaml

26 lines
462 B
YAML
Raw Normal View History

2025-11-05 16:48:41 +00:00
# NoteDiscovery Configuration
# Easy to rebrand: just change these values!
app:
name: "NoteDiscovery"
tagline: "Your Self-Hosted Knowledge Base"
version: "1.0.0"
server:
host: "0.0.0.0"
port: 8000
reload: false # Set to true for development
storage:
notes_dir: "./data/notes"
plugins_dir: "./plugins"
search:
enabled: true
index_dir: "./data/search_index"
security:
# Add authentication later if needed
require_auth: false