feature-ner-keyword-detect #1

Merged
tigeren merged 35 commits from feature-ner-keyword-detect into main 2025-07-20 13:44:00 +00:00
2 changed files with 22 additions and 0 deletions
Showing only changes of commit f2e6ab44c0 - Show all commits

20
backend/.env Normal file
View File

@ -0,0 +1,20 @@
# Storage paths
OBJECT_STORAGE_PATH=/Users/tigeren/Dev/digisky/legal-doc-masker/data/doc_src
TARGET_DIRECTORY_PATH=/Users/tigeren/Dev/digisky/legal-doc-masker/data/doc_dest
INTERMEDIATE_DIR_PATH=/Users/tigeren/Dev/digisky/legal-doc-masker/data/doc_intermediate
# Ollama API Configuration
OLLAMA_API_URL=http://192.168.2.245:11434
# OLLAMA_API_KEY=your_api_key_here
OLLAMA_MODEL=qwen3:8b
# Application Settings
MONITOR_INTERVAL=5
# Logging Configuration
LOG_LEVEL=INFO
LOG_FILE=app.log
# Optional: Additional security settings
# MAX_FILE_SIZE=10485760 # 10MB in bytes
# ALLOWED_FILE_TYPES=.txt,.doc,.docx,.pdf

2
frontend/.env Normal file
View File

@ -0,0 +1,2 @@
# REACT_APP_API_BASE_URL=http://192.168.2.203:8000/api/v1
REACT_APP_API_BASE_URL=http://localhost:8000/api/v1