aboutsummaryrefslogtreecommitdiff
path: root/minimal.json
diff options
context:
space:
mode:
authorTill Hoeppner2014-11-30 17:51:24 +0100
committerTill Hoeppner2014-11-30 18:59:47 +0100
commit042f7414c229d1c7f66aef24faa92defb91a78cf (patch)
tree99ce32649aecb606d6a2d9d8a1d483567e83fc55 /minimal.json
parentc19e787b018e4a95924972e5c7d63380abba4237 (diff)
downloadsersve-042f7414c229d1c7f66aef24faa92defb91a78cf.tar.gz
sersve-042f7414c229d1c7f66aef24faa92defb91a78cf.tar.xz
sersve-042f7414c229d1c7f66aef24faa92defb91a78cf.zip
Add minimal configuration
Diffstat (limited to 'minimal.json')
-rw-r--r--minimal.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/minimal.json b/minimal.json
new file mode 100644
index 0000000..f86b702
--- /dev/null
+++ b/minimal.json
@@ -0,0 +1,6 @@
+{
+ "address": "0.0.0.0",
+ "port": 8080,
+ "root": "/home/till/",
+ "template": "<!DOCTYPE html><html><title>{{title}}</title><body><div id=\"container\"><h1>{{title}}</h1><table><thead><tr><th>Name</th><th>Size</th></tr></thead><tbody>{{#content}} <tr> <td> <a href=\"/{{url}}\">{{name}}</a> </td> <td> {{size}} </td> </tr> {{/content}} </tbody> </table> </div> </body></html>"
+}