From 9c6715e4e57cf60fafeb229b66545f7537497f4a Mon Sep 17 00:00:00 2001 From: guarzo Date: Sat, 15 Mar 2025 12:38:50 -0600 Subject: [PATCH] fix: keep character api off by default (#258) --- config/runtime.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/runtime.exs b/config/runtime.exs index dadba029..555e3909 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -55,7 +55,7 @@ public_api_disabled = character_api_disabled = config_dir - |> get_var_from_path_or_env("WANDERER_CHARACTER_API_DISABLED", "false") + |> get_var_from_path_or_env("WANDERER_CHARACTER_API_DISABLED", "true") |> String.to_existing_atom() zkill_preload_disabled =