From dce18b49524fb99511b770178ab65dfda2ab6182 Mon Sep 17 00:00:00 2001 From: Kieran Klukas <92754843+kcoderhtml@users.noreply.github.com> Date: Fri, 10 Jan 2025 13:09:53 -0500 Subject: [PATCH] chore: add https to the public url --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 929b9057..fd78b970 100644 --- a/config.yml +++ b/config.yml @@ -7,7 +7,7 @@ server: listen_ipv4: 0.0.0.0 # set to '-' to disable ipv4 listen_ipv6: '-' # set to '-' to disable ipv6 base_path: / - public_url: waka.hackclub.com # required for links (e.g. password reset) in e-mail + public_url: https://waka.hackclub.com # required for links (e.g. password reset) in e-mail app: leaderboard_enabled: true # whether to enable public leaderboards