From d4c3033adcfa359ae0c82a0d3b1bee6a96245ba1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 17 Apr 2015 21:09:36 +0200 Subject: first raw empty classes and structure --- config.js | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config.js (limited to 'config.js') diff --git a/config.js b/config.js new file mode 100644 index 0000000..8f605bd --- /dev/null +++ b/config.js @@ -0,0 +1,13 @@ +{ + "strusCms" : { + }, + + "service" : { + "api" : "http", + "port" : 8080 + }, + "views" : { + "paths" : [ "." ], + "skins" : [ "view" ] + } +} -- cgit v1.2.3-54-g00ecf