mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-06 04:11:21 -05:00
fix(groupware): update DEVELOPER.md imap-filler usage since it was updated to use flags instead of environment variables
This commit is contained in:
@@ -234,11 +234,8 @@ Once a [Stalwart](https://stalw.art/) container is running (using the Docker Com
|
||||
cd ~/src/opencloud/
|
||||
git clone git@github.com:opencloud-eu/imap-filler.git
|
||||
cd ./imap-filler
|
||||
EMPTY=true \
|
||||
USERNAME=alan PASSWORD=demo \
|
||||
URL=localhost:993 FOLDER=Inbox \
|
||||
SENDERS=3 COUNT=20 \
|
||||
go run .
|
||||
go run . --empty=true --username=alan --password=demo \
|
||||
--url=localhost:993 --folder=Inbox --senders=3 --count=20
|
||||
```
|
||||
|
||||
# Building
|
||||
|
||||
Reference in New Issue
Block a user