gitignore 업데이트와 참고용 종목마스터정보 헤더파일 추가

This commit is contained in:
2026-07-17 15:27:33 +09:00
parent 182c2b38e6
commit f1ad744a14
4 changed files with 191 additions and 16 deletions

18
.env
View File

@@ -1,16 +1,2 @@
# 한국투자증권 Open API 설정
KIS_APP_KEY=your_app_key_here
KIS_APP_SECRET=your_app_secret_here
KIS_ACCOUNT_NO=12345678
KIS_ACCOUNT_CODE=01
KIS_HTS_ID=your_hts_id
# 서버 모드 (real: 실전투자, vps: 모의투자)
KIS_SERVER_MODE=vps
# 앱 설정
APP_HOST=0.0.0.0
APP_PORT=8000
APP_DEBUG=true
DB_PATH=./data/stock.db
LOG_LEVEL=INFO
# 이 파일은 더 이상 사용되지 않습니다.
# 설정은 config.yaml에서 관리합니다.