parameters.yml 334 B

123456
  1. # This file is auto-generated during the composer install
  2. parameters:
  3. device_check_url: 'http://%env(HOST_BASE)%/api/devices/check.json'
  4. device_post_url: 'http://%env(HOST_BASE)%/api/devices.json'
  5. device_delete_post_url: 'http://%env(HOST_BASE)%/api/device.json'
  6. device_put_url: 'http://%env(HOST_BASE)%/api/devices/'