40 lines
763 B
JSON
40 lines
763 B
JSON
{
|
|
"database": {
|
|
"datasource": {
|
|
"driver": "sqlite",
|
|
"environment": "sqlite_development"
|
|
},
|
|
"olddatasource": {
|
|
"driver": "null",
|
|
"environment": "development"
|
|
},
|
|
"environments": {
|
|
"sqlite_development": {
|
|
"connection_string":"Server=localhost;Port=3306;Database=site/cms_lite.db;Uid=root;Pwd=;"
|
|
},
|
|
"test": {
|
|
"connection_string":"Server=localhost;Port=3306;Database=cms_dev;Uid=root;Pwd=;"
|
|
},
|
|
"development": {
|
|
"connection_string":"Server=localhost;Port=3306;Database=cms_dev;Uid=root;Pwd=;"
|
|
},
|
|
"production": {
|
|
"connection_string":""
|
|
}
|
|
}
|
|
},
|
|
"smtp": {
|
|
"server": "localhost"
|
|
},
|
|
"logger": {
|
|
"level":"debug",
|
|
"backup_count":"4"
|
|
},
|
|
"server": {
|
|
"mode":"html"
|
|
}
|
|
|
|
}
|
|
|
|
|