diff --git a/Procfile b/Procfile
index 27c577d6..0a818360 100644
--- a/Procfile
+++ b/Procfile
@@ -1 +1 @@
-web: node examples/admin/app.js
\ No newline at end of file
+web: node init.js
\ No newline at end of file
diff --git a/examples/admin/index.html b/examples/admin/index.html
index 4b76723f..67f50192 100644
--- a/examples/admin/index.html
+++ b/examples/admin/index.html
@@ -29,6 +29,7 @@
}
Admin Data Editor
+ This is a live view of your JSON data, you can edit it in realtime or add new key/values.
-
diff --git a/shots.js b/shots.js
index c01411ad..961da94a 100644
--- a/shots.js
+++ b/shots.js
@@ -81,6 +81,7 @@
gun.server.regex = /^\/gun/i;
gun.server.clients = {};
gun.server.push = Gun.on.split();
+ opt.s3 = opt.s3 || {};
var s3 = gun.__.opt.s3 = gun.__.opt.s3 || S3(opt && opt.s3);
s3.prefix = s3.prefix || opt.s3.prefix || '';
s3.prekey = s3.prekey || opt.s3.prekey || '';