32 lines
546 B
JSON
32 lines
546 B
JSON
{
|
|
"database": {
|
|
"datasource": {
|
|
"driver": "MySQL",
|
|
"environment": "development"
|
|
},
|
|
"environments": {
|
|
"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"
|
|
}
|
|
|
|
}
|
|
|
|
|