File tree Expand file tree Collapse file tree 4 files changed +5
-23
lines changed Expand file tree Collapse file tree 4 files changed +5
-23
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 48
48
.vscode
49
49
50
50
# Environment Variables
51
- .env
Original file line number Diff line number Diff line change 24
24
},
25
25
"license" : " MIT" ,
26
26
"dependencies" : {
27
- "dotenv" : " 2.0.0" ,
28
27
"fs-extra" : " 2.0.0" ,
29
28
"level" : " *" ,
30
29
"twit" : " 2.2.5" ,
Original file line number Diff line number Diff line change 5
5
* access_token
6
6
* access_token_secret
7
7
*/
8
-
9
- require ( 'dotenv' ) . config ( { path : '../.env' } )
10
-
11
8
module . exports = {
12
- consumer_key : process . env . CONSUMER_KEY ,
13
- consumer_secret : process . env . CONSUMER_SECRET ,
14
- access_token : process . env . ACCESS_TOKEN ,
15
- access_token_secret : process . env . ACCESS_TOKEN_SECRET
16
- } ;
9
+ consumer_key : 'OPVPonGhy0xxiXJoMDDgzk9rr' ,
10
+ consumer_secret : 'aBNYfBwUjkytAeOPtuIaJcZPuvsRck0DhMqQ615Et71KItFZwp' ,
11
+ access_token : '744776302591303680-fdydcRgorbFTv6uZjorJ6kGx631ft06' ,
12
+ access_token_secret : 'nz024mf9DYXPq2g6s8NbMlrGIX0QlM8mZUWE0UhavuYQg'
13
+ } ;
You can’t perform that action at this time.
0 commit comments