...

Text file src/edge-infra.dev/pkg/edge/chariot/example/env-init.sh

Documentation: edge-infra.dev/pkg/edge/chariot/example

     1echo 'export DEMO_REQUEST_RATE=200ms'
     2echo 'export DEMO_BUCKET_NAME=demo'
     3echo 'export GOOGLE_CLOUD_PROJECT_ID=demo-project'
     4echo 'export PUBSUB_TOPIC_ID=chariot-demo'
     5echo 'export PUBSUB_SUBSCRIPTION_ID=chariot-sub'
     6echo 'export PUBSUB_RESPONSE_TOPIC_ID=chariot-demo-responses'
     7echo 'export GCS_ENDPOINT_PORT=8084'
     8echo 'export GCS_ENDPOINT_URL=http://localhost:8084/storage/v1/'

View as plain text