Commit 9b05eee01a12392729755fabfccef269c4748684
Merge pull request #30 from ticktackim/autopubs
set appName to ticktackmix 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.js | changed |
config.js | ||
---|---|---|
@@ -2,9 +2,9 @@ | ||
2 | 2 | const nest = require('depnest') |
3 | 3 | const ssbKeys = require('ssb-keys') |
4 | 4 | const Path = require('path') |
5 | 5 | |
6 | -const appName = 'ssb' //'ticktack-ssb' | |
6 | +const appName = 'ticktack' | |
7 | 7 | const opts = process.env.ssb_appname== 'ssb' ? {} : require('./default-config.json') |
8 | 8 | |
9 | 9 | exports.gives = nest('config.sync.load') |
10 | 10 | exports.create = (api) => { |
Built with git-ssb-web