Files
explorer-monorepo/config/runtime-env.json

11 lines
312 B
JSON
Raw Permalink Normal View History

{
"description": "True frontend/backend runtime env surface for explorer-monorepo.",
"updated": "2026-03-27",
"runtimeUsed": {
"NEXT_PUBLIC_API_URL": "https://explorer.d-bis.org/api",
"NEXT_PUBLIC_CHAIN_ID": "138",
"XAI_BASE_URL": "https://api.x.ai/v1",
"EXPLORER_AI_MODEL": "grok-3"
}
}