From e1cef9af79b145a322a0ef6f12cdda3804e09b84 Mon Sep 17 00:00:00 2001 From: turtlesocks-bot Date: Thu, 2 Nov 2023 22:00:25 +0000 Subject: [PATCH] Sync CI/CD Config Items --- packages/config/.configref | 2 +- server/src/configs/custom-environment-variables.json | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/config/.configref b/packages/config/.configref index 7a2798f49..376d71981 100644 --- a/packages/config/.configref +++ b/packages/config/.configref @@ -1 +1 @@ -22929 \ No newline at end of file +23028 \ 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 03dd44a7f..ef0196121 100644 --- a/server/src/configs/custom-environment-variables.json +++ b/server/src/configs/custom-environment-variables.json @@ -827,6 +827,8 @@ "darkMapBorder": "CLIENT_SIDE_OPTIONS_WAYFARER_DARK_MAP_BORDER", "cellBlocked": "CLIENT_SIDE_OPTIONS_WAYFARER_CELL_BLOCKED", "poiColor": "CLIENT_SIDE_OPTIONS_WAYFARER_POI_COLOR", + "showcaseColor": "CLIENT_SIDE_OPTIONS_WAYFARER_SHOWCASE_COLOR", + "partnerColor": "CLIENT_SIDE_OPTIONS_WAYFARER_PARTNER_COLOR", "enablePortalPopupCoords": { "__name": "CLIENT_SIDE_OPTIONS_WAYFARER_ENABLE_PORTAL_POPUP_COORDS", "__format": "boolean" @@ -1129,6 +1131,10 @@ "s14Cells": { "__name": "DEFAULT_FILTERS_SUBMISSION_CELLS_S14CELLS", "__format": "boolean" + }, + "includeSponsored": { + "__name": "DEFAULT_FILTERS_SUBMISSION_CELLS_INCLUDE_SPONSORED", + "__format": "boolean" } }, "s2cells": {