summaryrefslogtreecommitdiff
path: root/config.sample.json
blob: 1ad82cf266132bf63380b4a5b41c87173dff1adf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
    ]
}