-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (29 loc) · 1.43 KB
/
.env.example
File metadata and controls
37 lines (29 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Copy this file to .env and fill in your actual keys.
# .env is gitignored — never commit actual keys.
# OpenDART API key — register at https://opendart.fss.or.kr/uss/umt/EgovMberInsertView.do
DART_API_KEY=your_opendart_api_key_here
# SEIBRO API key — register at https://www.data.go.kr (공공데이터포털)
# One key covers datasets 15001145, 15074595, 15074626
SEIBRO_API_KEY=your_seibro_api_key_here
# KFTC OpenAPI key — register at https://www.data.go.kr (공공데이터포털)
KFTC_API_KEY=your_kftc_openapi_key_here
# Anthropic API key — optional; enables Claude synthesis in 'krff report'
# Get yours at https://console.anthropic.com/
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# S3-compatible storage (optional — omit for local-only mode)
R2_ENDPOINT_URL=https://your-endpoint.example.com
R2_ACCESS_KEY_ID=your_access_key_id_here
R2_SECRET_ACCESS_KEY=your_secret_access_key_here
R2_BUCKET=your-bucket-name
# Web application — operator identity
DEMO_CORPS=00105138,01075126,01228515
CONTACT_EMAIL=your_contact_email@example.com
OPERATOR_NAME=홍길동
WEB3FORMS_KEY=your_web3forms_key_here
# Analysis thresholds — override only if recalibrated against new data
# Defaults: US Beneish -1.78, KOSDAQ bootstrap -2.45
BENEISH_THRESHOLD=-1.78
BOOTSTRAP_THRESHOLD=-2.45
# CORS allowed origin — set to your real domain in production
# Read from process environment at import time; set in systemd/Docker, not .env
ALLOWED_ORIGIN=*