4. Configuring DelphiVote - obzidi4n/delphivote GitHub Wiki

Configuration Files

DelphiVote uses several configuration files:

  1. config.yml: Database, language and reward expiration settings
  2. sites.yml: List of voting sites with names and URLs
  3. reward_items.yml: Individual items or groups of items to be given as rewards
  4. reward_triggers.yml: Conditions for when rewards should be given
  5. lang/messages-xx.yml: Customizable messages in different languages

Configuration Quickstart

Copy over these example configurations to the main folder for a quickstart, and customize them however you'd like!

  • examples/reward_items.yml
  • examples/reward_triggers.yml
  • examples/sites.yml

See the Reward Triggers and Items section for details on setting up rewards!