Current section

Files

Jump to
cloudi_service_db_pgsql test cloudi_service_db_pgsql_SUITE.conf
Raw

test/cloudi_service_db_pgsql_SUITE.conf

{acl, [
]}.
{services, [
{internal,
"/db/pgsql/epgsql/",
cloudi_service_db_pgsql,
[{driver, epgsql},
{output, internal},
{internal_interface, common},
{hostname, "127.0.0.1"},
{port, 5432},
{username, "cloudi_tests"},
{password, "cloudi_tests"},
{database, "cloudi_tests"},
{debug, true}],
none,
5000, 5000, 5000, undefined, undefined, 1, 5, 300, []},
{internal,
"/db/pgsql/semiocast/",
cloudi_service_db_pgsql,
[{driver, semiocast},
{output, internal},
{internal_interface, common},
{hostname, "127.0.0.1"},
{port, 5432},
{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"}
]}.