Private GIT

Skip to content
Snippets Groups Projects
Unverified Commit 6c910781 authored by breadlysm's avatar breadlysm Committed by GitHub
Browse files

Delete .env

removed dotenv, was causing problems in Docker.
parent e2105220
No related merge requests found
# Comment out any variables you don't need except those labeled under required.
# Required
INFLUX_DB_ADDRESS = 192.168.1.1
# Required
INFLUX_DB_PORT = 8086
#INFLUX_DB_USER =
#INFLUX_DB_PASSWORD =
INFLUX_DB_DATABASE = speedtest
# tag names will be used to add tags to your speedtests. They can be used to compare data overtime. These should be comma seperated.
INFLUX_DB_TAGS = isp,vpn_enabled, external_ip, server_id, server_name, server_location, speedtest_url
# Speedtest Settings
# Required. Time between tests (in minutes, converts to seconds).
SPEEDTEST_INTERVAL = 60
# Required. Time before retrying a failed Speedtest (in minutes, converts to seconds).
SPEEDTEST_FAIL_INTERVAL = 5
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment