mirror of
https://github.com/valitydev/dominant-v2.git
synced 2024-11-05 16:25:24 +00:00
Further fixes to config (#5)
This commit is contained in:
parent
a21fb3f705
commit
3ec8204f79
@ -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
|
||||
}
|
||||
}}
|
||||
]},
|
||||
|
Loading…
Reference in New Issue
Block a user