···1010- Wrap the reference PLC server and run it as a mirror:
11111212 ```bash
1313+ export ALLEGEDLY_WRAP_PG="postgresql://user:pass@pg-host:5432/plc-db"
1314 allegedly --upstream "https://plc.directory" mirror \
1415 --bind "0.0.0.0:8000" \
1515- --wrap "http://127.0.0.1:3000" \
1616- --wrap-pg "postgresql://postgres:postgres@localhost:5432/postgres"
1616+ --wrap "http://127.0.0.1:3000"
1717 ```
18181919(add `--help` to any command for more info about it)