<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">On Mon, Jan 21, 2019 at 10:45 PM Sam Overdorf <<a href="mailto:soverdor@gmail.com">soverdor@gmail.com</a>> wrote:<br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> I have customers and I want the same configuration for all of them so<br>
".erlang" sounds like a good option for me.<br>
<br>
The problems is "erl" will run the ".erlang" file but "escript" does<br>
not run the ".erlang" file.<br>
<br>
I prefer to use "escript" because the consistent handling of arguments<br>
passed in.<br>
<br>
What is the solution?<br>
<br></blockquote></div><div class="gmail_quote"><br></div><div class="gmail_quote"><div style="font-family:arial,helvetica,sans-serif" class="gmail_default">Usually, Erlang systems are run as releases. They specify configuration in a file, usually sys.config but that file can read further configuration from another file, or you can override configuration on the command line.</div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default"><br></div><div style="font-family:arial,helvetica,sans-serif" class="gmail_default">However, I am curious about your process of running your software. Maybe, if you explained it, we would be able to describe an alternative way of handling the distribution and running of said software.</div><br></div></div>