File: .env.example

package info (click to toggle)
python-energyid-webhooks 0.0.14-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 412 kB
  • sloc: python: 527; sh: 4; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 538 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# Example .env file for EnergyID Webhooks usage

# You need to provide a provisioning key and secret, which can be obtained from the EnergyID website.
# These are required for authenticating and provisioning devices.

PROVISIONING_KEY=101010101010
PROVISIONING_SECRET=101010101010101010101010101010101010

# Optionally, you can provide the details of an existing device if you want to reuse it.
# If these are not provided, a new device will be generated.

# ENERGYID_DEVICE_ID=MY_DEVICE_ID
# ENERGYID_DEVICE_NAME=MY_FRIENDLY_DEVICE_NAME