repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
public Clawd ADK gateway launch mirror
stars
latest
clone command
git clone gitlawb://did:key:z6Mkq5mY...iFZ5/my-project-publ...git clone gitlawb://did:key:z6Mkq5mY.../my-project-publ...2fa351d6docs: add automaton and perps launch sources16d ago| #1 | /** |
| #2 | * Configuration constants for Moltbot Sandbox |
| #3 | */ |
| #4 | |
| #5 | /** Port that the Moltbot gateway listens on inside the container */ |
| #6 | export const MOLTBOT_PORT = 18789; |
| #7 | |
| #8 | /** Maximum time to wait for Moltbot to start (3 minutes) */ |
| #9 | export const STARTUP_TIMEOUT_MS = 180_000; |
| #10 | |
| #11 | /** Mount path for R2 persistent storage inside the container */ |
| #12 | export const R2_MOUNT_PATH = '/data/moltbot'; |
| #13 | |
| #14 | /** R2 bucket name for persistent storage */ |
| #15 | export const R2_BUCKET_NAME = 'moltbot-data'; |
| #16 |