Skip to content

Commit

Permalink
chore: update serverConfig listen_ipv4 and listen_ipv6 fields to enab…
Browse files Browse the repository at this point in the history
…le/disable IP versions
  • Loading branch information
taciturnaxolotl committed Sep 23, 2024
1 parent 3c90538 commit 54014cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ 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_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 54014cd

Please sign in to comment.