From 5455a682cd9919e1891a7ddd49e410601c670adc Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Thu, 17 Feb 2022 17:07:37 -0500 Subject: [PATCH] Update birdnet.conf-defaults --- birdnet.conf-defaults | 8 -------- 1 file changed, 8 deletions(-) diff --git a/birdnet.conf-defaults b/birdnet.conf-defaults index 0513576..afe90b3 100644 --- a/birdnet.conf-defaults +++ b/birdnet.conf-defaults @@ -28,14 +28,6 @@ BIRDWEATHER_ID= CADDY_PWD= -#------------------------- MariaDB User Passwords ---------------------------# -#_____________The variable below sets the password for the_____________________# -#_______________________'birder' user on the MariaDB___________________________# - -## DB_PWD is for the 'birder' user. The shell substitution below sets a random -## password for you during installation. -DB_PWD=$(< /dev/urandom tr -dc _A-Z-a-z-0-9 | head -c${1:-32};echo;) - #------------------------- Live Audio Stream --------------------------------# #_____________The variable below configures/enables the live___________________# #_____________________________audio stream.____________________________________#