feat: add environment variable support and update README instructions
This commit is contained in:
8
example.env
Normal file
8
example.env
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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=
|
Reference in New Issue
Block a user