ARGS=""

# Extra command-line flags are passed to the exporter via ARGS above.
#
# As of upstream 0.2.1 basic auth is built in. To protect the /metrics
# endpoint, point the exporter at a username and a file containing the
# plain-text password (both flags are required together):
#
#ARGS="--username chocolate --password-file /etc/sysconfig/lsws-prometheus-exporter.password"
#
# To keep the password out of the command line entirely, set only the
# username here (ARGS="--username chocolate") and feed the password via a
# systemd credential. See the drop-in example shipped at
# /usr/share/doc/lsws-prometheus-exporter/credential.conf.example
