3.0 source code

This commit is contained in:
agolybev
2015-04-28 17:59:00 +03:00
parent c69fd34bdd
commit 7b3b2248e5
16311 changed files with 1445974 additions and 3108429 deletions
+24 -10
View File
@@ -1,11 +1,25 @@
{
"server": {
"port": 8000,
"mode": "development"
},
"no_mongodb": {
"host": "localhost",
"port": 8000,
"database": "coAuthoring"
}
{
"server": {
"port": 8000,
"mode": "development"
},
"nono_mongodb": {
"host": "localhost",
"port": 8000,
"database": "coAuthoring"
},
"sql": {
"type" : "mysql",
"tableChanges" : "doc_changes",
"tableCallbacks" : "doc_callbacks",
"tableResult" : "tast_result",
"tablePucker" : "doc_pucker",
"host" : "localhost",
"dbport" : 3306,
"database" : "canvaseditors",
"user" : "canvas_usr",
"pass" : "canvas_usr",
"charset" : "utf8",
"max_allowed_packet" : 1048575
}
}