...

Text file src/edge-infra.dev/pkg/edge/datasync/chirp/worker/testdata/test.env

Documentation: edge-infra.dev/pkg/edge/datasync/chirp/worker/testdata

     1MESSAGE_ROUTING={"routes":[{"id":"tlog", "topic":"tlog", "bulk_size": 10}, {"id":"public", "topic":"public", "bulk_size": 20}], "messages":[{"type": "tlog", "compression": true, "signing": true, "route": "tlog"}, {"type": "audit", "compression": true, "signing": false, "route": "public"}, {"type": "*", "compression": false, "signing": false, "route": "public"}]}
     2
     3OUTBOX_PATH="testdata/outbox/"
     4PARTITIONS=5
     5
     6DATA_SYNC_SHARED_KEY="abc"
     7DATA_SYNC_SECRET_KEY="def"
     8DATA_SYNC_APP_KEY="appkey-123"
     9
    10RUN_MESSAGE_WORKER=true

View as plain text