Current section
Files
Jump to
Current section
Files
priv/example.config
[{emysql, [
{default_timeout, 8000},
{pools, [
{test1, [
{size, 1},
{user, "test"},
{password, "test"},
{host, "localhost"},
{port, 3306},
{database, "testdatabase"},
{encoding, 'utf8'}
]}
]}
]}].