エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Elixir: Set cookie and hostname for release created using mix escript.build
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Elixir: Set cookie and hostname for release created using mix escript.build
When running iex interactively, one can use iex --cookie <cookie> --name <hostname> How do I set ... When running iex interactively, one can use iex --cookie <cookie> --name <hostname> How do I set the same values for cookie and name when running an executable created using mix escript.build? I figured out that I need to create a vm.args file with the following contents ## Name of the node -name name@host ## Cookie for distributed erlang -setcookie cookie So I created a vm.args file in the same d

