Further fixes to config (#5)
Some checks are pending
Build and publish Docker image / build-push (push) Waiting to run
Erlang CI Checks / Load .env (push) Waiting to run
Erlang CI Checks / Run checks (push) Blocked by required conditions

This commit is contained in:
ndiezel0 2024-11-04 20:24:01 +03:00 committed by GitHub
parent a21fb3f705
commit 3ec8204f79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}
}}
]},