summaryrefslogtreecommitdiff
path: root/config.sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.sample.json')
-rw-r--r--config.sample.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/config.sample.json b/config.sample.json
index 40fba54..eba0920 100644
--- a/config.sample.json
+++ b/config.sample.json
@@ -1,19 +1,20 @@
{
"gh_server": "github.com",
"temp": "/home/ubuntu/jekyll-hook",
+ "public_repo": true,
"scripts": {
"build": "./scripts/build.sh",
"publish": "./scripts/publish.sh"
},
"secret": "",
"email": {
- "user": "",
- "password": "",
- "host": "",
+ "isActivated": false,
+ "user": "",
+ "password": "",
+ "host": "",
"ssl": true
},
"accounts": [
- "developmentseed",
- "mapbox"
+ "developmentseed"
]
-} \ No newline at end of file
+}