-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) ยท 829 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (17 loc) ยท 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# sukgo ํ๊ฒฝ ๋ณ์ ์์ ํ์ผ
# ์ค์ .env ํ์ผ์ .gitignore๋ก ๋ณดํธ๋๋ฉฐ GitHub์ ์
๋ก๋๋์ง ์์
#
# ์ฌ์ฉ๋ฒ:
# 1) ์ด ํ์ผ์ .env๋ก ๋ณต์ฌ: cp .env.example .env
# 2) ๋ณธ์ธ API ํค ์
๋ ฅ
# 3) ๋๋ sukgo ์ฒซ ์คํ ์ wizard๋ก ์
๋ ฅ (๊ถ์ฅ)
# โโโ Naver Search API (ํ๊ตญ ๋ด์ค ๊ฒ์) โโโโโโโโโโโโโโโโโโโ
# ๋ฐ๊ธ: https://developers.naver.com/apps/
NAVER_CLIENT_ID=
NAVER_CLIENT_SECRET=
# โโโ DART API (ํ๊ตญ ๊ณต์ ์ ์๊ณต์) โโโโโโโโโโโโโโโโโโโโโโโ
# ๋ฐ๊ธ: https://opendart.fss.or.kr/
DART_API_KEY=
# โโโ (์ ํ) Alpha Vantage (ํด์ธ ๊ธฐ์ ์ ์งํ) โโโโโโโโโโโโโ
# ๋ฐ๊ธ: https://www.alphavantage.co/support/#api-key
ALPHAVANTAGE_API_KEY=