3.0 source code
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user