Closed eproxus closed 6 years ago
Makes it possible to use environment variables in templates under the key env. For example in grisp.ini.mustache:
env
grisp.ini.mustache
[erlang] args = erl.rtems -- … -setcookie {{env.MY_ERLANG_COOKIE}}
Makes it possible to use environment variables in templates under the key
env
. For example ingrisp.ini.mustache
: