You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
260 B

10 years ago
10 years ago
  1. %% -*- mode: Erlang; fill-column: 80; comment-column: 75; -*-
  2. {release, {'{{name}}', "0.1.0"},
  3. [{{name}},
  4. sasl]}.
  5. {sys_config, "./config/sys.config"}.
  6. {vm_args, "./config/vm.args"}.
  7. {dev_mode, true}.
  8. {include_erts, false}.
  9. {extended_start_script, true}.