feat(agents): Move templates into dedicated folder
Provisioning now reads template files from templates/ and includes the\nbase URL for agent runtime setup. Remove unused root orchestration\ndocs to keep the repo tidy.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -3,6 +3,7 @@ LOG_LEVEL=INFO
|
||||
DATABASE_URL=postgresql+psycopg://postgres:postgres@localhost:5432/openclaw_agency
|
||||
REDIS_URL=redis://localhost:6379/0
|
||||
CORS_ORIGINS=http://localhost:3000
|
||||
BASE_URL=
|
||||
|
||||
# Clerk (auth only)
|
||||
CLERK_JWKS_URL=
|
||||
@@ -12,6 +13,8 @@ CLERK_LEEWAY=10.0
|
||||
# OpenClaw Gateway
|
||||
OPENCLAW_GATEWAY_URL=ws://127.0.0.1:18789
|
||||
OPENCLAW_GATEWAY_TOKEN=
|
||||
OPENCLAW_MAIN_SESSION_KEY=agent:main:main
|
||||
OPENCLAW_WORKSPACE_ROOT=~/.openclaw/workspaces
|
||||
|
||||
# Database
|
||||
DB_AUTO_MIGRATE=false
|
||||
|
||||
Reference in New Issue
Block a user