Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# DATABASE_URL=postgres://paperclip:paperclip@localhost:5432/paperclip
PORT=3100
SERVE_UI=true
BETTER_AUTH_SECRET=paperclip-dev-secret

# Paperclip API (for agent import)
PAPERCLIP_API_URL=http://localhost:3100
PAPERCLIP_API_KEY=pc_test_b6be659b410cc4f1818f0a7e8eba1518

# Hermes Bridge (Two Friends Model)
# BRIDGE_LABEL=hermes-execution
# BRIDGE_POLL_INTERVAL=300000
# BRIDGE_STATE_FILE=.hermes-bridge-state.json

# Notifications
# TELEGRAM_BOT_TOKEN=xxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# TELEGRAM_CHAT_ID=xxxxxxxxxx

# Hermes Two Friends Model (direct execution)
HERMES_API_URL=http://localhost:3100
HERMES_API_KEY=4666aacb80b9c8eead656c77b7e79715a17f0bac11fa2c26687f3eee91a5af37

# Internal Hermes API (used by Paperclip proxy)
HERMES_INTERNAL_URL=http://127.0.0.1:8080
Loading