git ssb

2+

mixmix / ticktack



Commit 9b05eee01a12392729755fabfccef269c4748684

Merge pull request #30 from ticktackim/autopubs

set appName to ticktack
mix irving authored on 8/23/2017, 11:23:57 PM
GitHub committed on 8/23/2017, 11:23:57 PM
Parent: 1b9e4fefcc2bb238e43c37df39cb776444d8978e
Parent: 4e435b283b71bc8f00e6070d0f7e9253d1b3a7be

Files changed

config.jschanged
config.jsView
@@ -2,9 +2,9 @@
22 const nest = require('depnest')
33 const ssbKeys = require('ssb-keys')
44 const Path = require('path')
55
6-const appName = 'ssb' //'ticktack-ssb'
6+const appName = 'ticktack'
77 const opts = process.env.ssb_appname== 'ssb' ? {} : require('./default-config.json')
88
99 exports.gives = nest('config.sync.load')
1010 exports.create = (api) => {

Built with git-ssb-web