Skip to content

Commit

Permalink
chore: switch bind address to 0.0.0.0 for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
taciturnaxolotl committed Sep 23, 2024
1 parent 54014cd commit f6fc265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6fc265

Please sign in to comment.