www.example.com
, you should deploy the collector on a sub-domain like go.example.com
.
Property | Description | Example |
---|---|---|
ENV | The environment the collector is running in. | development or test or production |
COLLECTOR_PORT | The port the collector will listen on. | 8080 |
API_ENDPOINT | The hostname of the exposed API server. | rimdian.mybusiness.com |
SECRET_KEY | The secret key for signing data. | my-very-complex-secret-key |
GCLOUD_PROJECT | The Google Cloud project ID, that the Task Queue is associated with. | my-project |
GCLOUD_JSON_CREDENTIALS | The JSON credentials for the Google Cloud project. | { "type": "service_account", "project_id": "my-project"... } |
TASK_QUEUE_LOCATION | The location of the Task Queue for data imports. | europe-west1 |