From d3e0c91ce7284547bec5e1316a5c8cc6e6fc54f4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 6 Nov 2023 15:53:28 +0000 Subject: [PATCH] Update content of files --- data/server/GetAppConfig.json | 40 ++++++++++++++++++++++++++++++ data/server/test/GetAppConfig.json | 40 ++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+) diff --git a/data/server/GetAppConfig.json b/data/server/GetAppConfig.json index ff973a75bd..5074dd48d4 100644 --- a/data/server/GetAppConfig.json +++ b/data/server/GetAppConfig.json @@ -1519,6 +1519,46 @@ "value": 5.0 } }, + { + "_": "types.JsonObjectValue", + "key": "giveaway_gifts_purchase_available", + "value": { + "_": "types.JsonBool", + "value": true + } + }, + { + "_": "types.JsonObjectValue", + "key": "giveaway_add_peers_max", + "value": { + "_": "types.JsonNumber", + "value": 10.0 + } + }, + { + "_": "types.JsonObjectValue", + "key": "giveaway_countries_max", + "value": { + "_": "types.JsonNumber", + "value": 10.0 + } + }, + { + "_": "types.JsonObjectValue", + "key": "giveaway_boosts_per_premium", + "value": { + "_": "types.JsonNumber", + "value": 4.0 + } + }, + { + "_": "types.JsonObjectValue", + "key": "giveaway_period_max", + "value": { + "_": "types.JsonNumber", + "value": 604800.0 + } + }, { "_": "types.JsonObjectValue", "key": "boosts_per_sent_gift", diff --git a/data/server/test/GetAppConfig.json b/data/server/test/GetAppConfig.json index 394d366df8..3d3ab80b35 100644 --- a/data/server/test/GetAppConfig.json +++ b/data/server/test/GetAppConfig.json @@ -1067,6 +1067,46 @@ "value": 5.0 } }, + { + "_": "types.JsonObjectValue", + "key": "giveaway_gifts_purchase_available", + "value": { + "_": "types.JsonBool", + "value": true + } + }, + { + "_": "types.JsonObjectValue", + "key": "giveaway_add_peers_max", + "value": { + "_": "types.JsonNumber", + "value": 3.0 + } + }, + { + "_": "types.JsonObjectValue", + "key": "giveaway_countries_max", + "value": { + "_": "types.JsonNumber", + "value": 3.0 + } + }, + { + "_": "types.JsonObjectValue", + "key": "giveaway_boosts_per_premium", + "value": { + "_": "types.JsonNumber", + "value": 4.0 + } + }, + { + "_": "types.JsonObjectValue", + "key": "giveaway_period_max", + "value": { + "_": "types.JsonNumber", + "value": 604800.0 + } + }, { "_": "types.JsonObjectValue", "key": "boosts_per_sent_gift",