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