- 開発や実機はポート4000で動かしている
- ユーザーに送るメールでは外向きのアドレスを乗せる必要がある
結論
url:
で指定する
config :my_app, MyAppWeb.Endpoint,
url: [host: "localhost", schema: "http", port: 80],
http: [port: 4000]
参考にさせていただきました
結論
url:
で指定するconfig :my_app, MyAppWeb.Endpoint,
url: [host: "localhost", schema: "http", port: 80],
http: [port: 4000]
参考にさせていただきました