Skip to content

Commit 1ab5d41

Browse files
committed
Add default config
1 parent 088406d commit 1ab5d41

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,16 @@ Show a Fund Drive Goal in your LoTGD server. Use `sonata_block_render_event('lot
66
```bash
77
composer require lotgd-core/bundle-fund-drive
88
```
9+
10+
# Default config
11+
```yaml
12+
lotgd_fund_drive:
13+
# Monthly cost of LoTGD Server. This adds up to the final goal.
14+
expenses: 0
15+
# Goal amount of profit
16+
profit: 50
17+
# Deduct fees of PayPal from Goal
18+
deduct_fees: true
19+
# Currency usage for PayPal USD, EUR ...
20+
paypal_currency: USD
21+
```

0 commit comments

Comments
 (0)