diff options
author | Dave Cole <dave@developmentseed.org> | 2013-05-15 10:09:57 -0700 |
---|---|---|
committer | Dave Cole <dave@developmentseed.org> | 2013-05-15 10:09:57 -0700 |
commit | 6fd52bb8da1b4f3de1ad5d548a34511afa679fb4 (patch) | |
tree | 9cad0ce0f7a426634de872a5d2a06cadd8bb4c0b /config.sample.json | |
parent | 45d4a59238b571fcad098ead1a9b44dd01f54e96 (diff) | |
parent | 9effca2b1ae09d399eb151d4d62a19752040c5c2 (diff) |
Merge pull request #3 from benbalter/config-sample
Move sample config from readme to individual file
Diffstat (limited to 'config.sample.json')
-rw-r--r-- | config.sample.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/config.sample.json b/config.sample.json new file mode 100644 index 0000000..1ad82cf --- /dev/null +++ b/config.sample.json @@ -0,0 +1,18 @@ +{ + "gh_server": "github.com", + "temp": "/home/ubuntu/jekyll-hook", + "scripts": { + "build": "./scripts/build.sh", + "publish": "./scripts/publish.sh" + }, + "email": { + "user": "", + "password": "", + "host": "", + "ssl": true + }, + "accounts": [ + "developmentseed", + "mapbox" + ] +}
\ No newline at end of file |