# Memista Configuration Sample
# Copy this file to .env and modify as needed
# Path to SQLite database file
DATABASE_PATH=memista.db
# Host address to bind to
SERVER_HOST=127.0.0.1
# Port to listen on
SERVER_PORT=8083
# Logging level (debug, info, warn, error)
LOG_LEVEL=debug