Skip to content

Commit

Permalink
Add default config
Browse files Browse the repository at this point in the history
  • Loading branch information
idmarinas committed Jul 6, 2021
1 parent 088406d commit 1ab5d41
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,16 @@ Show a Fund Drive Goal in your LoTGD server. Use `sonata_block_render_event('lot
```bash
composer require lotgd-core/bundle-fund-drive
```

# Default config
```yaml
lotgd_fund_drive:
# Monthly cost of LoTGD Server. This adds up to the final goal.
expenses: 0
# Goal amount of profit
profit: 50
# Deduct fees of PayPal from Goal
deduct_fees: true
# Currency usage for PayPal USD, EUR ...
paypal_currency: USD
```

0 comments on commit 1ab5d41

Please sign in to comment.