summaryrefslogtreecommitdiff
path: root/bucky/app/index.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-13 05:29:42 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-13 05:29:42 +0100
commit3698f759ef8d643a4456df970236fe9f80cd2a2b (patch)
tree5c8e43d241552b809b1297a3fb1c67e3efa3b988 /bucky/app/index.js
parent9487da34c83cb78992d4cb7f881aee358018e76a (diff)
yup
Diffstat (limited to 'bucky/app/index.js')
-rw-r--r--bucky/app/index.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/bucky/app/index.js b/bucky/app/index.js
index c445536..248679a 100644
--- a/bucky/app/index.js
+++ b/bucky/app/index.js
@@ -54,11 +54,7 @@ site.init = function(){
console.log('Bucky listening at http://' + process.env.HOST_NAME + ':%s', server.address().port)
})
- upload.init({
- key: process.env.S3_KEY,
- secret: process.env.S3_SECRET,
- bucket: process.env.S3_BUCKET,
- })
+ upload.init()
site.route(app)