mirror of
https://github.com/valitydev/hellgate.git
synced 2024-11-06 02:45:20 +00:00
Fix io encoding (#3)
* BACKLOG-12: Fix io encoding * Move iosetopts to prod profile * Delete useless files * Change iosetopts repo * Update rebar.config Co-authored-by: Andrew Mayorov <encube.ul@gmail.com> Co-authored-by: Andrew Mayorov <encube.ul@gmail.com>
This commit is contained in:
parent
209cbcdeaf
commit
3a128690eb
@ -76,10 +76,12 @@
|
||||
% for introspection on production
|
||||
{recon, "2.5.2"},
|
||||
{logger_logstash_formatter,
|
||||
{git, "https://github.com/rbkmoney/logger_logstash_formatter.git", {tag, "tag_0.0.1"}}}
|
||||
{git, "https://github.com/rbkmoney/logger_logstash_formatter.git", {tag, "tag_0.0.1"}}},
|
||||
{iosetopts, {git, "https://github.com/alfaind/iosetopts.git", {branch, "master"}}}
|
||||
]},
|
||||
{relx, [
|
||||
{release, {hellgate, "0.1"}, [
|
||||
iosetopts,
|
||||
{recon, load},
|
||||
{runtime_tools, load},
|
||||
{tools, load},
|
||||
|
Loading…
Reference in New Issue
Block a user