feat: add more
This commit is contained in:
20
src/bytebot/.env.example
Normal file
20
src/bytebot/.env.example
Normal file
@@ -0,0 +1,20 @@
|
||||
# Bytebot version
|
||||
BYTEBOT_VERSION="edge"
|
||||
|
||||
# PostgreSQL version
|
||||
POSTGRES_VERSION="17-alpine"
|
||||
|
||||
# Database configuration
|
||||
POSTGRES_USER="bytebot"
|
||||
POSTGRES_PASSWORD="bytebotpass"
|
||||
POSTGRES_DB="bytebot"
|
||||
|
||||
# AI API Keys (at least one required)
|
||||
ANTHROPIC_API_KEY=""
|
||||
OPENAI_API_KEY=""
|
||||
GEMINI_API_KEY=""
|
||||
|
||||
# Port overrides
|
||||
BYTEBOT_DESKTOP_PORT_OVERRIDE=9990
|
||||
BYTEBOT_AGENT_PORT_OVERRIDE=9991
|
||||
BYTEBOT_UI_PORT_OVERRIDE=9992
|
||||
Reference in New Issue
Block a user