started adding copay shell to copay

This commit is contained in:
Gordon Hall 2014-06-06 14:23:40 -04:00
commit e7c5addfab
19 changed files with 781 additions and 3 deletions

10
shell/config.json Normal file
View file

@ -0,0 +1,10 @@
{
"window": {
"height": 720,
"width": 880
},
"copay": {
"port": 3000
},
"debug": true
}