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",