summaryrefslogtreecommitdiff
path: root/bucky/app/index.js
diff options
context:
space:
mode:
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)