From f6fc265d6cbb5cef078e2c0449ca684a6858e926 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Mon, 23 Sep 2024 19:52:34 -0400 Subject: [PATCH] chore: switch bind address to 0.0.0.0 for heroku --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index a4624c3b..90f3204b 100644 --- a/config.yml +++ b/config.yml @@ -4,7 +4,7 @@ skip_migrations: false # whether to intentionally not run database migrations, o enable_pprof: false # whether to expose pprof (https://pkg.go.dev/runtime/pprof) profiling data as an endpoint for debugging server: - listen_ipv4: 127.0.0.1 # set to '-' to disable ipv4 + listen_ipv4: 0.0.0.0 # set to '-' to disable ipv4 listen_ipv6: ::1 # set to '-' to disable ipv6 base_path: / public_url: waka.hackclub.com # required for links (e.g. password reset) in e-mail