Skip to content

Commit

Permalink
Removed dependency on longjohn, added example credentials.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthaeusHarris committed Dec 20, 2017
1 parent 5072fce commit de37c6a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
42 changes: 42 additions & 0 deletions credentials.js.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
module.exports = {
cookieSecret: "change this",
authProviders: {
google: {
clientId: "",
email: "",
secret: "",
redirect: [
'http://packagetracker.uberduck.net/auth/google/callback'
],
origins: 'http://packagetracker.uberduck.net'
}
},
"apiKeys": {
"googleMaps": ""
},
shippingProviders: {
ups: {
environment: "live",
access_key: "",
account: "",
username: "",
password: ""
},
fedex: {
environment: "live",
debug: true,
key: "",
account_number: ,
meter_number: ,
password: "",
imperial: true
},
usps: {
username: "",
password: "",
debug: true,
imperial: true
}
}
};

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"express-handlebars": "^1.2.1",
"express-session": "^1.10.3",
"gitlog": "^0.1.1",
"longjohn": "^0.2.4",
"mongoose": "^3.8.23",
"morgan": "^1.5.1",
"node-geocoder": "^2.19.0",
Expand Down

0 comments on commit de37c6a

Please sign in to comment.