52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
SERVER_PORT=4100
|
|
DATABASE_URL=postgres://seo_farm:seo_farm@localhost:5432/seo_farm
|
|
|
|
S3_ENDPOINT=http://localhost:9000
|
|
S3_REGION=us-east-1
|
|
S3_ACCESS_KEY_ID=seo_farm
|
|
S3_SECRET_ACCESS_KEY=seo_farm_secret
|
|
S3_BUCKET=seo-farm-artifacts
|
|
S3_FORCE_PATH_STYLE=true
|
|
|
|
WORDSTAT_PROVIDER=disabled
|
|
# WORDSTAT_PROVIDER=mcp_kv
|
|
# WORDSTAT_MCP_ENDPOINT=http://localhost:4120/wordstat/collect
|
|
# WORDSTAT_PROVIDER=yandex_api
|
|
# WORDSTAT_API_BASE_URL=https://searchapi.api.cloud.yandex.net/v2/wordstat
|
|
# WORDSTAT_API_TOKEN=change-me
|
|
# WORDSTAT_AUTH_TYPE=api_key
|
|
# WORDSTAT_FOLDER_ID=b1g...
|
|
# WORDSTAT_REGION_IDS=225
|
|
# WORDSTAT_DEVICES=DEVICE_ALL
|
|
# WORDSTAT_NUM_PHRASES=50
|
|
# WORDSTAT_MAX_SEEDS_PER_RUN=12
|
|
|
|
SERP_PROVIDER=disabled
|
|
# SERP_API_BASE_URL=https://serp-provider.internal
|
|
# SERP_API_TOKEN=change-me
|
|
|
|
# SEO model-provider bridge through AI Workspace Assistant / AI Hub / remote Codex worker.
|
|
# Keep disabled until a contract-only worker workspace and explicit owner/profile are configured.
|
|
# Profiles:
|
|
# - local: local AI Workspace Assistant at 127.0.0.1/localhost.
|
|
# - deployed-hub: local SEO backend uses deployed https://ai-hub.nodedc.ru token-gated control-plane proxy.
|
|
# - deploy-host: SEO backend runs inside deployed Docker network and talks to http://ai-workspace-assistant:18082.
|
|
# - tunnel-local-e2e: explicit tunnel/Tailscale end-to-end test profile.
|
|
SEO_AI_WORKSPACE_PROFILE=disabled
|
|
# SEO_AI_WORKSPACE_CONTROL_URL=http://127.0.0.1:18082
|
|
# SEO_AI_WORKSPACE_CONTROL_URL=https://ai-hub.nodedc.ru
|
|
# SEO_AI_WORKSPACE_CONTROL_TOKEN=
|
|
# Legacy aliases accepted:
|
|
# SEO_AI_WORKSPACE_ASSISTANT_URL=
|
|
# SEO_AI_WORKSPACE_ASSISTANT_TOKEN=
|
|
# SEO_AI_WORKSPACE_OWNER_USER_ID=
|
|
# SEO_AI_WORKSPACE_OWNER_EMAIL=
|
|
# SEO_AI_WORKSPACE_OWNER_ROLE=
|
|
# SEO_AI_WORKSPACE_OWNER_GROUPS=
|
|
# SEO_AI_WORKSPACE_SELECTED_EXECUTOR_ID=
|
|
# SEO_AI_WORKSPACE_CONTRACT_ONLY=1
|
|
# SEO_AI_WORKSPACE_CONTRACT_WORKSPACE_PATH=/tmp/nodedc-seo-model-contracts
|
|
# SEO_AI_WORKSPACE_TIMEOUT_MS=15000
|
|
|
|
VITE_API_BASE_URL=http://localhost:4100
|