%% This file is identified via the erl command line option -config File. %% Note that File should have no extension, e.g. %% erl -config .../sys (if this file is called sys.config) %% %% In this file, you can redefine application environment variables. %% This way, you don't have to modify the .app files of e.g. OTP applications. %% %% For this example, we set the kernel environment variables for %% the distributed application controller. In order to run this %% example on your machine, you must change the node names below. %% See erl -man application for a thorough description of what is %% possible to configure. [{kernel, [{distributed, [{omni_log, 5000, [omni_log@wr, omni_log@smpp]}]}, {net_setuptime, 15}, {start_dist_ac, true}, {start_disk_log, true}, {start_timer, true}, {sync_nodes_mandatory, []}, {sync_nodes_optional, [omni_log@smpp]}, {sync_nodes_timeout, 30000}]}].