[erlang-questions] config files

Loïc Hoguin essen@REDACTED
Wed Oct 2 11:25:18 CEST 2013


On 10/02/2013 11:04 AM, Jon Schneider wrote:
> [kernel, [{inet_dist_listen_min, 9000}, {inet_dist_listen_max, 9005} ]].

Try:

[{kernel, [{inet_dist_listen_min, 9000}, {inet_dist_listen_max, 9005} ]}].

> Isn't kernel an application name ?
>
> Or what is the nice way to do this ?
>
> Incidentally at http://www.erlang.org/doc/man/config.html under sys.config
> a closing square bracket is missing in the first code snippet.
>
> Jon
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>


-- 
Loïc Hoguin
Erlang Cowboy
Nine Nines
http://ninenines.eu



More information about the erlang-questions mailing list