We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166ad5c commit 8eab0c1Copy full SHA for 8eab0c1
README.md
@@ -118,6 +118,17 @@ Note: These instructions use the Cumulocity certificate-authority feature and a
118
119
3. Click on the registration url to be redirected to the Cumulocity URL in your browser and confirm the registration
120
121
+
122
+**Notes**
123
124
+You can change the default device enrollment by setting the following environment variables on the container.
125
126
+```sh
127
+C8Y_DOMAIN=example-demo.eu-latest.cumulocity.com
128
+DEVICE_ID=tedge_mydevice001
129
+DEVICE_ONE_TIME_PASSWORD=<max_32_chars>
130
+```
131
132
## Project structure
133
134
|Directory|Description|
0 commit comments