machi/rel/files/app.config

26 lines
805 B
Text
Raw Normal View History

2015-10-16 07:28:46 +00:00
[
{machi, [
%% Data directory for all FLUs.
{flu_data_dir, "{{platform_data_dir}}"},
%% FLUs to start at app start.
{initial_flus, [
%% Remember, this is a list, so separate all tuples
%% with a comma.
%%
%% {Name::atom(), Port::pos_integer(), proplist()}
%%
%% For example: {my_name_is_a, 12500, []}
]},
%% Number of metadata manager processes to run per FLU.
%% Default = 10
2015-10-16 07:48:58 +00:00
%% {metadata_manager_count, 2},
%% Do not delete, do not put Machi config items after this line.
{final_comma_stopper, do_not_delete}
2015-10-16 07:28:46 +00:00
]
}
].