···10- Wrap the reference PLC server and run it as a mirror:
1112 ```bash
013 allegedly --upstream "https://plc.directory" mirror \
14 --bind "0.0.0.0:8000" \
15- --wrap "http://127.0.0.1:3000" \
16- --wrap-pg "postgresql://postgres:postgres@localhost:5432/postgres"
17 ```
1819(add `--help` to any command for more info about it)
···10- Wrap the reference PLC server and run it as a mirror:
1112 ```bash
13+ export ALLEGEDLY_WRAP_PG="postgresql://user:pass@pg-host:5432/plc-db"
14 allegedly --upstream "https://plc.directory" mirror \
15 --bind "0.0.0.0:8000" \
16+ --wrap "http://127.0.0.1:3000"
017 ```
1819(add `--help` to any command for more info about it)