diff options
author | Scisco <alireza@developmentseed.org> | 2014-07-17 13:06:18 -0400 |
---|---|---|
committer | Scisco <alireza@developmentseed.org> | 2014-07-17 13:06:18 -0400 |
commit | 805ba85ff3008bfcb6e146eddfd1d3ba9c5fd21b (patch) | |
tree | d385870e544666925b834f17066cf6cde588688d /config.sample.json | |
parent | c5b18e5b5786f03d5d395854cde0241bd27244e0 (diff) |
If the repo is private, ssh key is needed, if it's public a simple https request is enough
Diffstat (limited to 'config.sample.json')
-rw-r--r-- | config.sample.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config.sample.json b/config.sample.json index 1ad82cf..dee6f1b 100644 --- a/config.sample.json +++ b/config.sample.json @@ -1,18 +1,18 @@ { "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": "", + "user": "", + "password": "", + "host": "", "ssl": true }, "accounts": [ "developmentseed", - "mapbox" ] -}
\ No newline at end of file +} |