{acl, [
]}.
{services, [
    {internal,
        "/db/mysql/eonblast/",
        cloudi_service_db_mysql,
        [{driver, eonblast},
         {output, internal},
         {internal_interface, common},
         {hostname, "127.0.0.1"},
         {port, 3306},
         {ping, 1000},
         {username, "cloudi_tests"},
         {password, "cloudi_tests"},
         {database, "cloudi_tests"},
         {debug, true}],
        none,
        5000, 5000, 5000, undefined, undefined, 1, 5, 300, []}
]}.
{nodes, [
]}.
{logging, [
    {file, "cloudi.log"}
]}.
