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