summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-12-13 15:53:59 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-12-13 15:53:59 +0100
commit35997e9d743721ee0392812d38e29616885a427c (patch)
tree36909a9eedfdbcb7591e7c568fef2a6b2ad4c692 /config.js
parentebf669cdbf7854f03113a937605658f100aefd48 (diff)
downloadaCms-35997e9d743721ee0392812d38e29616885a427c.tar.gz
aCms-35997e9d743721ee0392812d38e29616885a427c.tar.bz2
renamed the project to aCms (avoid confusion)
Diffstat (limited to 'config.js')
-rw-r--r--config.js14
1 files changed, 7 insertions, 7 deletions
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" : [ "." ],