Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 1 | *** Settings *** |
| 2 | Documentation store all properties that can change or are used in multiple places here |
| 3 | ... format is all caps with underscores between words and prepended with GLOBAL |
| 4 | ... make sure you prepend them with GLOBAL so that other files can easily see it is from this file. |
| 5 | |
| 6 | *** Variables *** |
| 7 | ${GLOBAL_APPLICATION_ID} robot-dcaegen2 |
| 8 | ${GLOBAL_DCAE_CONSUL_URL} http://135.205.228.129:8500 |
| 9 | ${GLOBAL_DCAE_CONSUL_URL1} http://135.205.228.170:8500 |
| 10 | ${GLOBAL_DCAE_VES_URL} http://localhost:8443/eventlistener/v5 |
| 11 | ${GLOBAL_DCAE_USERNAME} console |
| 12 | ${GLOBAL_DCAE_PASSWORD} ZjJkYjllMjljMTI2M2Iz |
| 13 | ${VESC_HTTPS_USER} sample1 |
| 14 | ${VESC_HTTPS_PD} sample1 |