윤준석

ADD: .env_example configuration information

1 # Secret Configuration 1 # Secret Configuration
2 -SECRET.CLIENTID=
3 -SECRET.CLIENTSECRET=
...\ No newline at end of file ...\ No newline at end of file
2 +SECRET.CLIENTID={NAVER_API_CLIENT_ID}
3 +SECRET.CLIENTSECRET={NAVER_API_CLIENT_SECRET}
4 +
5 +# Header Configuration
6 +HEADER.COOKIE={NID_SES=YOUR_COOKIE}
7 +HEADER.USERAGENT={YOUR_SYSTEM_USER_AGENT}
...\ No newline at end of file ...\ No newline at end of file
......