diff options
author | AJ <scisco@users.noreply.github.com> | 2014-07-17 15:57:26 -0400 |
---|---|---|
committer | AJ <scisco@users.noreply.github.com> | 2014-07-17 15:57:26 -0400 |
commit | 086585c95574596765f9ce15bef0ff539b2cd6e5 (patch) | |
tree | e7584d93b1e1680231f0f98810fa990b0f7d47e3 /config.sample.json | |
parent | ea87493f9a91a0d853ea6dd5f6e4a25cb9d536db (diff) | |
parent | 54d4b6cc127a786506cbf4b0abc0ee8e8cc55c56 (diff) |
Merge pull request #16 from developmentseed/improvements
Making jekyll-hook compatible with Ubuntu 14.0
Diffstat (limited to 'config.sample.json')
-rw-r--r-- | config.sample.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/config.sample.json b/config.sample.json index 1ad82cf..01da368 100644 --- a/config.sample.json +++ b/config.sample.json @@ -1,18 +1,19 @@ { "gh_server": "github.com", "temp": "/home/ubuntu/jekyll-hook", + "public_repo": true, "scripts": { "build": "./scripts/build.sh", "publish": "./scripts/publish.sh" }, "email": { - "user": "", - "password": "", - "host": "", + "isActivated": false, + "user": "", + "password": "", + "host": "", "ssl": true }, "accounts": [ - "developmentseed", - "mapbox" + "developmentseed" ] -}
\ No newline at end of file +} |