summaryrefslogtreecommitdiff
path: root/config.sample.json
diff options
context:
space:
mode:
Diffstat (limited to 'config.sample.json')
-rw-r--r--config.sample.json10
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
+}