2022-04-23 21:00:22 +02:00
|
|
|
[DEFAULT]
|
|
|
|
cookie = PHPSESSIONCOOKIEGOESHERE
|
2022-05-04 17:14:38 +02:00
|
|
|
# should we consider giveaways on the 'ALL' page? it is the main page
|
|
|
|
enabled = true
|
|
|
|
# gift_types options: All
|
2022-04-23 21:00:22 +02:00
|
|
|
gift_types = All
|
2022-05-04 17:14:38 +02:00
|
|
|
# should we consider pinned-at-the-top giveaways
|
|
|
|
pinned = false
|
2022-04-23 21:00:22 +02:00
|
|
|
# minimum number of points in your account before entering into giveaways
|
|
|
|
minimum_points = 50
|
|
|
|
# max number of entries in a giveaway for it to be considered
|
2022-04-27 19:49:55 +02:00
|
|
|
max_entries = 2000
|
2022-04-23 21:00:22 +02:00
|
|
|
# time left in minutes of a giveaway for it to be considered
|
2022-04-27 19:49:55 +02:00
|
|
|
max_time_left = 300
|
2022-04-24 15:34:03 +02:00
|
|
|
# the minimum point value for a giveaway to be considered
|
2022-04-27 20:13:54 +02:00
|
|
|
minimum_game_points = 5
|
|
|
|
# a comma separated list of keywords in game titles to ignore
|
2022-05-04 17:14:38 +02:00
|
|
|
blacklist_keywords = hentai,adult
|
|
|
|
[WISHLIST]
|
|
|
|
# should we consider giveaways on the 'Wishlist' page?
|
|
|
|
wishlist.enabled = true
|
|
|
|
# minimum number of points in your account before entering into giveaways
|
|
|
|
wishlist.minimum_points = 50
|
|
|
|
# max number of entries in a giveaway for it to be considered
|
|
|
|
wishlist.max_entries = 2000
|
|
|
|
# time left in minutes of a giveaway for it to be considered
|
|
|
|
wishlist.max_time_left = 300
|