5402130fbf
- if more keys are expected in the config.ini file and when updating from a previous version, defaults can be inserted if the particular keys do not already exist
13 lines
No EOL
479 B
Text
13 lines
No EOL
479 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 = 2000
|
|
# time left in minutes of a giveaway for it to be considered
|
|
max_time_left = 300
|
|
# the minimum point value for a giveaway to be considered
|
|
minimum_game_points = 5 |