chore: python tooling and Claude Code project settings
- pinned runtime/dev deps (폐쇄망 반입용 버전 고정) - .env.example, .gitignore - .claude/settings.json: 시크릿/env 읽기 차단, FastAPI dev 명령 허용 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# 복사해서 .env 로 쓰고 실제 값 채우기 (.env 는 커밋 금지)
|
||||
PULP_BASE_URL=http://localhost:8080
|
||||
PULP_USERNAME=admin
|
||||
PULP_PASSWORD=
|
||||
# TLS 검증: 사내 HTTPS Pulp + 사내 CA 면 PULP_CA_FILE 경로 지정.
|
||||
# 개발 중 self-signed 라 검증 끄려면 false (운영 금지).
|
||||
PULP_VERIFY_TLS=true
|
||||
# 사내 CA 인증서(.pem) 경로. 비워두면 시스템 기본 신뢰저장소 사용.
|
||||
PULP_CA_FILE=
|
||||
Reference in New Issue
Block a user