From 84a3e2f6bcb4da4ab156e39d79f0f8a36c2a0e90 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 18 Apr 2015 14:32:27 +0200 Subject: added placeholders for directories added user app and content (empty for now) added storage and sqlite script --- config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.js') diff --git a/config.js b/config.js index ee20fc7..412111b 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,8 @@ { "strusCms" : { "script" : "/strusCms", - "media" : "/media" + "media" : "/media", + "db_connection" : "sqlite3:db=./storage/db/strusCms.db;@pool_size=16", }, "service" : { -- cgit v1.2.3-54-g00ecf