From 01e9a34952bd6ddd383680b0ca2312e476ad07a6 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Sun, 19 Apr 2015 22:09:52 +0200 Subject: Initial commit. --- config/default.conf.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/default.conf.json (limited to 'config/default.conf.json') diff --git a/config/default.conf.json b/config/default.conf.json new file mode 100644 index 0000000..0372b3d --- /dev/null +++ b/config/default.conf.json @@ -0,0 +1,14 @@ +{ + "Port": 8080, + "MaxFileSize": 20971520, + "HashLength": 7, + "UserAgent": "ImgurGo (https://github.com/gophergala/ImgurGo)", + "Stores" : [ + { + "Type" : "local", + "StoreRoot": "/Users/jarvis/imagestore", + "NamePathRegex" : "^([a-zA-Z0-9])([a-zA-Z0-9]).*", + "NamePathMap" : "${ImageSize}/${1}/${2}/${ImageName}" + } + ] +} -- cgit v1.2.3