Skip to content

Commit

Permalink
Fixed Unintentional Commit (Cloud-CV#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-pool committed Jan 2, 2019
1 parent ca6cad5 commit 8629ffb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Origami/outCalls/config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const appConfig = {
CLIENT_IP: "127.0.0.1",
CLIENT_PORT: 8000,
CLIENT_IP: process.env.HOST,
CLIENT_PORT: process.env.PORT,
DROPBOX_API_KEY: "API_KEY"
};

Expand Down

0 comments on commit 8629ffb

Please sign in to comment.