From 35997e9d743721ee0392812d38e29616885a427c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 13 Dec 2015 15:53:59 +0100 Subject: renamed the project to aCms (avoid confusion) --- config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config.js') diff --git a/config.js b/config.js index df53d7c..2eadab3 100644 --- a/config.js +++ b/config.js @@ -1,14 +1,14 @@ { - "strusCms" : { - "script" : "/strusCms", + "aCms" : { + "script" : "/aCms", "media" : "/media", - "db_connection" : "sqlite3:db=./storage/db/strusCms.db;@pool_size=16", + "db_connection" : "sqlite3:db=./storage/db/aCms.db;@pool_size=16", "mail" : { - "server" : "smtp.andreasbaumann.cc", + "server" : "smtp.somedomain.xx", "port" : 25, - "username" : "struscms", + "username" : "user", "password" : "xx", - "from" : "no-reply@andreasbaumann.cc" + "from" : "no-reply@somedomain.xx" } }, @@ -18,7 +18,7 @@ "port" : 8080 }, "http" : { - "script" : "/strusCms" + "script" : "/aCms" }, "views" : { "paths" : [ "." ], -- cgit v1.2.3-54-g00ecf