Skip to content

Commit 77f2c5a

Browse files
committed
remove keys
1 parent 9baf999 commit 77f2c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ch6/everyauth/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ test:
1414
tests/*.js
1515
echo Ending test
1616
start:
17-
TWITTER_CONSUMER_KEY=Cx0UE8nGMIulWZakoLuhg \
18-
TWITTER_CONSUMER_SECRET=23rLnxijn7ZDbrvvfGyIIpeEJnOecmbFXuZiBTw \
17+
TWITTER_CONSUMER_KEY=AAAAAAAAAAAAAAAAAAAAA \
18+
TWITTER_CONSUMER_SECRET=BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB \
1919
node app
2020

2121
.PHONY: test db start

0 commit comments

Comments
 (0)