summaryrefslogtreecommitdiff
path: root/config.sample.json
blob: 01da368b81910ea4b88446ee2e32b1aa9ef8bd9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "gh_server": "github.com",
    "temp": "/home/ubuntu/jekyll-hook",
    "public_repo": true,
    "scripts": {
        "build": "./scripts/build.sh",
        "publish": "./scripts/publish.sh"
    },
    "email": {
        "isActivated": false,
        "user": "",
        "password": "",
        "host": "",
        "ssl": true
    },
    "accounts": [
        "developmentseed"
    ]
}