diff --git a/.env.example b/.env.example index 195ab11..c141ae2 100644 --- a/.env.example +++ b/.env.example @@ -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 \ No newline at end of file +# * DISPATCHER_CHECK_INTERVAL (default: 0.5) - Memory check interval in seconds