diff options
author | Joe Robinson <joe@lc8n.com> | 2015-12-05 16:54:08 +0000 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2015-12-05 16:54:08 +0000 |
commit | f0908c216716932d3e80c4019fef050c23387f09 (patch) | |
tree | 6df0d1a16b794522bd90c5b6de1b7383d0dbfc11 /config.json.example | |
parent | fd6eb3e43597fa1856f7eb896a7f7575cf9606af (diff) |
Make config json for easy parsing
Diffstat (limited to 'config.json.example')
-rw-r--r-- | config.json.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..957a0ab --- /dev/null +++ b/config.json.example @@ -0,0 +1,4 @@ +{ + "url" : "http://www.blaupload.co.uk?format=json", + "password" : "password" +} |