From 999a2510c0ec474db1fc624d9d1b0a1d755d8fd8 Mon Sep 17 00:00:00 2001 From: turtlesocks-bot Date: Wed, 15 May 2024 18:43:02 +0000 Subject: [PATCH] chore: sync config [skip ci] --- packages/config/.configref | 2 +- server/src/configs/custom-environment-variables.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/config/.configref b/packages/config/.configref index 4790e2cfb..3d15bc5e2 100644 --- a/packages/config/.configref +++ b/packages/config/.configref @@ -1 +1 @@ -24122 \ No newline at end of file +24145 \ No newline at end of file diff --git a/server/src/configs/custom-environment-variables.json b/server/src/configs/custom-environment-variables.json index 8556676fa..6d28900c4 100644 --- a/server/src/configs/custom-environment-variables.json +++ b/server/src/configs/custom-environment-variables.json @@ -1001,6 +1001,10 @@ "__name": "DEFAULT_FILTERS_POKESTOPS_CANDY", "__format": "boolean" }, + "xlCandy": { + "__name": "DEFAULT_FILTERS_POKESTOPS_XL_CANDY", + "__format": "boolean" + }, "pokemon": { "__name": "DEFAULT_FILTERS_POKESTOPS_POKEMON", "__format": "boolean"