8 lines
273 B
Bash
8 lines
273 B
Bash
# User defined hostname persisted across all sessions, used to keep track of the same user
|
|
TELEGRAF_HOSTNAME=
|
|
# MongoDB connection string
|
|
TELEGRAF_MONGODB_DSN=
|
|
# MongoDB database name to store the data
|
|
TELEGRAF_MONGODB_DATABASE=
|
|
# URL of the video to be analyzed
|
|
VIDEO_URL= |