PR Feedback
This commit is contained in:
parent
ba66540edb
commit
27fd562909
@ -36,6 +36,11 @@ ARCHON_AGENTS_PORT=8052
|
||||
ARCHON_UI_PORT=3737
|
||||
ARCHON_DOCS_PORT=3838
|
||||
|
||||
# When enabled, PROD mode will proxy ARCHON_SERVER_PORT through ARCHON_UI_PORT. This exposes both the
|
||||
# Archon UI and API through a single port. This is useful when deploying Archon behind a reverse
|
||||
# proxy where you want to expose the frontend on a single external domain.
|
||||
PROD=false
|
||||
|
||||
# Embedding Configuration
|
||||
# Dimensions for embedding vectors (1536 for OpenAI text-embedding-3-small)
|
||||
EMBEDDING_DIMENSIONS=1536
|
||||
@ -51,4 +56,4 @@ EMBEDDING_DIMENSIONS=1536
|
||||
# * CRAWL_MAX_CONCURRENT (default: 10) - Max concurrent pages per crawl operation
|
||||
# * CRAWL_BATCH_SIZE (default: 50) - URLs processed per batch
|
||||
# * MEMORY_THRESHOLD_PERCENT (default: 80) - Memory % before throttling
|
||||
# * DISPATCHER_CHECK_INTERVAL (default: 0.5) - Memory check interval in seconds
|
||||
# * DISPATCHER_CHECK_INTERVAL (default: 0.5) - Memory check interval in seconds
|
||||
|
||||
Loading…
Reference in New Issue
Block a user