Packages

MySQL Protocol Server

Current section

Files

Jump to
myproto src myproto.app.src
Raw

src/myproto.app.src

{application,myproto,
[{description,"MySQL Protocol Server"},
{vsn,"0.3.2"},
{registered,[]},
{applications,[kernel,stdlib,sqlparser]},
{mod,{myproto_app,[]}},
{env,[{port,3306},
{server_sign,<<"5.6.0-myproto">>},
{parse_query,true},
{default_storage_engine,<<"myproto">>},
{handler,my_dummy_handler}]},
{maintainers,["Manuel Rubio"]},
{licenses,["LGPL 2.1"]},
{links,[{"Github","https://github.com/altenwald/myproto"}]}]}.