Add bushido.json to custom bushido behavior and speed up deploys (no sql db is a big boost)

This commit is contained in:
Sean Grove 2011-03-21 03:47:12 -07:00
parent 0476ef8235
commit aea5fadd25

7
bushido.json Normal file
View File

@ -0,0 +1,7 @@
{
"platform": "rails",
"platform_version": 3,
"ruby_version": "1.9.2",
"sql": false,
"mongodb": true
}