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/conf.json_ | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 config/conf.json_ (limited to 'config/conf.json_') diff --git a/config/conf.json_ b/config/conf.json_ new file mode 100644 index 0000000..a03249e --- /dev/null +++ b/config/conf.json_ @@ -0,0 +1,14 @@ +{ + "Port": 8080, + "MaxFileSize": 20971520, + "HashLength": 7, + "UserAgent": "Mandible", + "Stores" : [ + { + "Type" : "local", + "StoreRoot": "/home/horus/projects/golang/src/mandible/files", + "NamePathRegex" : "^([a-zA-Z0-9])([a-zA-Z0-9]).*", + "NamePathMap" : "${ImageSize}/${1}/${2}/${ImageName}" + } + ] +} -- cgit v1.2.3