diff --git a/config/sys.config b/config/sys.config index 4889403..0d7d483 100644 --- a/config/sys.config +++ b/config/sys.config @@ -17,7 +17,32 @@ ]} ]}, - {dmt, []}, + {dmt, [ + {host, <<"dmt">>}, + {port, 8022}, + {scoper_event_handler_options, #{ + event_handler_opts => #{ + formatter_opts => #{ + max_length => 1000 + } + } + }}, + {services, #{ + repository => #{ + url => <<"http://dmt:8022/v1/domain/repository">> + }, + repository_client => #{ + url => <<"http://dmt:8022/v1/domain/repository_client">> + }, + user_op => #{ + url => <<"http://dmt:8022/v1/domain/user_op">> + } + }} + ]}, + + {woody, [ + {acceptors_pool_size, 4} + ]}, {epg_connector, [ {databases, #{ @@ -33,6 +58,10 @@ default_pool => #{ database => default_db, size => 10 + }, + user_op_pool => #{ + database => default_db, + size => 10 } }} ]},