<div dir="ltr">From my own tests, and if I remind correctly, the extended script provided in the bin/ directory is, at first, look in the current directory for a sys.config file, then only in the release directory.<div><br></div><div>Have a look in the bin/<yourproject> script to see.</div><div><br></div><div>Hope that helps :-)</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 27, 2017 at 12:01 AM, Dave Cottlehuber <span dir="ltr"><<a href="mailto:dch@skunkwerks.at" target="_blank">dch@skunkwerks.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> > > I just recently migrated an erlang project to use rebar3 from rebar. With the generated rebar release I was able to start the application with “/some_path/bin/my_app start -config “/some_other_path/my_app.<wbr>config” which allowed for dynamic configuration. With rebar3 I don’t seem to have the same behavior, it always uses /some_path/releases/<version>/<wbr>sys.config included during the release build.<br>
> > ><br>
> > > Is there a way to something equivalent in rebar3.?<br>
<br>
</span>try putting it in ERL_AFLAGS instead?<br>
<br>
env ERL_AFLAGS="-config /usr/local/etc/myapp/sys.<wbr>config" ./bin/myapps<br>
console<br>
<br>
let me know if that works. A similar variant is in use here.<br>
<br>
A+<br>
<span class="HOEnZb"><font color="#888888">Dave<br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br></div>