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