mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Fix formatting (thanks Piotr Usewicz)
This commit is contained in:
parent
df4e836c4e
commit
eba2f097bf
3 changed files with 3 additions and 3 deletions
|
@ -90,4 +90,4 @@
|
||||||
]}
|
]}
|
||||||
]}
|
]}
|
||||||
]}
|
]}
|
||||||
]}.
|
]}.
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
{error_logger_mf_dir, "log/sasl"}, % Log directory
|
{error_logger_mf_dir, "log/sasl"}, % Log directory
|
||||||
{error_logger_mf_maxbytes, 10485760}, % 10 MB max file size
|
{error_logger_mf_maxbytes, 10485760}, % 10 MB max file size
|
||||||
{error_logger_mf_maxfiles, 5} % 5 files max
|
{error_logger_mf_maxfiles, 5} % 5 files max
|
||||||
]}
|
]}
|
||||||
].
|
].
|
||||||
|
|
||||||
|
|
|
@ -27,4 +27,4 @@
|
||||||
{copy, "files/{{nodeid}}", "bin/{{nodeid}}"},
|
{copy, "files/{{nodeid}}", "bin/{{nodeid}}"},
|
||||||
{copy, "files/app.config", "etc/app.config"},
|
{copy, "files/app.config", "etc/app.config"},
|
||||||
{copy, "files/vm.args", "etc/vm.args"}
|
{copy, "files/vm.args", "etc/vm.args"}
|
||||||
]}.
|
]}.
|
||||||
|
|
Loading…
Reference in a new issue