%% 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_esme, 5000, [omni_esme@smpp, omni_esme@wr]}]}, {start_dist_ac, true}, {sync_nodes_mandatory, []}, {sync_nodes_optional, [omni_esme@smpp]}, {sync_nodes_timeout, 5000}]}].