summaryrefslogtreecommitdiff
path: root/config.sample.json
diff options
context:
space:
mode:
authorScisco <alireza@developmentseed.org>2014-07-17 13:09:05 -0400
committerScisco <alireza@developmentseed.org>2014-07-17 13:09:05 -0400
commitf4a6440b71d58db09c800c20b6bde4f8a7a275e2 (patch)
tree354f21526b5dfa85a19e24d40690028e7daae900 /config.sample.json
parent805ba85ff3008bfcb6e146eddfd1d3ba9c5fd21b (diff)
Added an activate key for the email in config and code
Diffstat (limited to 'config.sample.json')
-rw-r--r--config.sample.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.sample.json b/config.sample.json
index dee6f1b..9b5c601 100644
--- a/config.sample.json
+++ b/config.sample.json
@@ -1,12 +1,13 @@
{
"gh_server": "github.com",
"temp": "/home/ubuntu/jekyll-hook",
- "public-repo": True,
+ "public-repo": true,
"scripts": {
"build": "./scripts/build.sh",
"publish": "./scripts/publish.sh"
},
"email": {
+ "isActivated": false,
"user": "",
"password": "",
"host": "",