Skip to content

Commit

Permalink
Simpler default config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgrill committed Dec 27, 2015
1 parent 50241f6 commit e69d50e
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"username": "MY_USERNAME",
"selfcontrol-path": "/Applications/SelfControl.app",
"legacy-mode": true,
"host-blacklist": [
"twitter.com",
"reddit.com"
Expand All @@ -12,63 +11,49 @@
"start-hour": 8,
"start-minute": 0,
"end-hour": 17,
"end-minute": 0,
"block-as-whitelist": false,
"host-blacklist": null
"end-minute": 0
},
{
"weekday": 2,
"start-hour": 8,
"start-minute": 0,
"end-hour": 17,
"end-minute": 0,
"block-as-whitelist": false,
"host-blacklist": null
"end-minute": 0
},
{
"weekday": 3,
"start-hour": 8,
"start-minute": 0,
"end-hour": 17,
"end-minute": 0,
"block-as-whitelist": false,
"host-blacklist": null
"end-minute": 0
},
{
"weekday": 4,
"start-hour": 8,
"start-minute": 0,
"end-hour": 17,
"end-minute": 0,
"block-as-whitelist": false,
"host-blacklist": null
"end-minute": 0
},
{
"weekday": 5,
"start-hour": 8,
"start-minute": 0,
"end-hour": 17,
"end-minute": 0,
"block-as-whitelist": false,
"host-blacklist": null
"end-minute": 0
},
{
"weekday": 6,
"start-hour": 8,
"start-minute": 0,
"end-hour": 17,
"end-minute": 0,
"block-as-whitelist": false,
"host-blacklist": null
"end-minute": 0
},
{
"weekday": 7,
"start-hour": 8,
"start-minute": 0,
"end-hour": 17,
"end-minute": 0,
"block-as-whitelist": false,
"host-blacklist": null
"end-minute": 0
}
]
}

0 comments on commit e69d50e

Please sign in to comment.