iop/agent-ops/skills/project/openai-usage-token-issue/profiles/dev-corp.json
toki b003394568 feat(agent-ops): 환경별 토큰 발급 스킬을 프로젝트로 승격한다
dev와 dev-corp 요청을 명시적 환경 프로필로 라우팅하고, private override 없이 단일 실행기에서 Edge 검증과 환경별 metadata 정책을 처리한다.
2026-08-03 10:21:55 +09:00

12 lines
422 B
JSON

{
"environment": "dev-corp",
"edge_ssh": "toki@iop.ai.kr",
"secret_store": "token/.dev-corp-iop-token",
"openai_smoke_transport": "public-https",
"openai_base_url": "https://digitalplatform.iop.ai.kr/v1",
"smoke_model": "ornith:35b",
"metrics_transport": "public-http",
"metrics_url": "http://iop.ai.kr:19105/metrics",
"confluence_enabled": true,
"confluence_user_store": "token/.lgu-atlassian-user"
}