Files
drive-health/.env.example
2024-01-21 19:12:40 +02:00

12 lines
340 B
Plaintext

# The frequency at which to fetch the temperature of ALL disks and add it to the database
DISK_FETCH_FREQUENCY=5
# The maximum age of logs in seconds
MAX_HISTORY_AGE=2592000
# The ip:port to listen to for the application
LISTEN=":8080"
# Basic Security, these are required to view the data
IDENTITY_USERNAME=admin
IDENTITY_PASSWORD=admin