|
@@ -287,6 +287,7 @@ See [env.example.sh](https://github.com/transloadit/uppy/blob/master/env.example
|
|
|
secret: 'mysecret',
|
|
|
uploadUrls: ['https://myuploadurl.com', 'http://myuploadurl2.com']
|
|
|
debug: true,
|
|
|
+ logClientVersion: true,
|
|
|
metrics: false
|
|
|
}
|
|
|
```
|
|
@@ -320,7 +321,9 @@ See [env.example.sh](https://github.com/transloadit/uppy/blob/master/env.example
|
|
|
|
|
|
11. **debug(optional)** - A boolean flag to tell Companion whether or not to log useful debug information while running.
|
|
|
|
|
|
-12. **metrics(optional)** - A boolean flag to tell Companion whether or not to provide an endpoint `/metrics` with Prometheus metrics.
|
|
|
+12. **logClientVersion(optional)** - A boolean flag to tell Companion whether or not to log its version upon startup.
|
|
|
+
|
|
|
+13. **metrics(optional)** - A boolean flag to tell Companion whether or not to provide an endpoint `/metrics` with Prometheus metrics.
|
|
|
|
|
|
### Provider Redirect URIs
|
|
|
|