1e5dd1b717
- added ability to have a minimum point cost so that we can filter games like 1P out - updated logging to log INFO to stdout and DEBUG to a debug.log file which gets rotated
13 lines
No EOL
478 B
Text
13 lines
No EOL
478 B
Text
[DEFAULT]
|
|
cookie = PHPSESSIONCOOKIEGOESHERE
|
|
# gift_types options: All, Wishlist, Recommended, Copies, DLC, New
|
|
gift_types = All
|
|
pinned = true
|
|
# 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
|
|
max_entries = 900
|
|
# time left in minutes of a giveaway for it to be considered
|
|
max_time_left = 180
|
|
# the minimum point value for a giveaway to be considered
|
|
minimum_game_points = 5 |