Initial Import Rest on CMS.

This commit is contained in:
jvelilla
2014-09-15 14:46:34 -03:00
commit 930763e71e
99 changed files with 14549 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
{
"database": {
"datasource": {
"driver": "SQL Server",
"environment": "test"
},
"environments": {
"test": {
"connection_string":"Server=JVELILLA\\SQLEXPRESS;Database=example;Uid=sa;Pwd=Eiffel1405;TrustedConnection=Yes"
},
"development": {
"connection_string":"Server=sql.ise;Database=ESA_DB_TEST;Uid=eiffel2;Pwd=eiffel2;"
},
"production": {
"connection_string":"Server=SQLSERVER;Database=LIVE_DATABASE;Uid=XXX;Pwd=YYY;"
}
}
},
"smtp": {
"server": "localhost"
},
"logger": {
"level":"debug",
"backup_count":"4"
},
"server": {
"mode":"web"
}
}