mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
There we go.
This commit is contained in:
parent
a4e605c75e
commit
2af884dd90
@ -29,6 +29,7 @@
|
||||
}
|
||||
</style>
|
||||
<h3>Admin Data Editor</h3>
|
||||
This is a live view of your JSON data, you can edit it in realtime or add new key/values.
|
||||
<ul name="list">
|
||||
<li ng-repeat="(key, val) in data">
|
||||
<div ng-if="key != '_'">
|
||||
|
1
shots.js
1
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 || '';
|
||||
|
Loading…
x
Reference in New Issue
Block a user