-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (24 loc) · 746 Bytes
/
.env.example
File metadata and controls
30 lines (24 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# kindmesh Environment Variables
# Copy this file to .env and modify as needed
# Neo4j Database Configuration
NEO4J_URI=bolt://neo4j:7687
NEO4J_USER=neo4j
NEO4J_PASSWORD=kindmesh
# Application Configuration
STREAMLIT_SERVER_PORT=8501
STREAMLIT_SERVER_HEADLESS=true
STREAMLIT_SERVER_ENABLE_CORS=false
STREAMLIT_BROWSER_GATHER_USAGE_STATS=false
# Development Settings
# Set to "true" to enable development mode
DEVELOPMENT_MODE=false
# Logging Configuration
LOG_LEVEL=INFO # Options: DEBUG, INFO, WARNING, ERROR, CRITICAL
# Security Settings
# Minimum password length for new users
MIN_PASSWORD_LENGTH=8
# Feature Flags
# Enable/disable experimental features
ENABLE_BATCH_ENTRY=true
ENABLE_ENHANCED_INTERACTION=true
ENABLE_QUESTIONNAIRE=true