root user for db now is socket-only (one less thing for the user

to set)
This commit is contained in:
Patrick McGuire
2021-11-10 12:12:59 -05:00
parent 651c6107fe
commit 88b2d10214
5 changed files with 83 additions and 172 deletions
+2 -4
View File
@@ -36,13 +36,11 @@ RECS_DIR=/home/pi/BirdSongs
CADDY_PWD=changeme
#------------------------- MariaDB User Passwords ---------------------------#
#_____________The variables below set the 'birder' and 'root'__________________#
#_______________________user passwords for the MariaDB_________________________#
#_____________The variable below sets the password for the_____________________#
#_______________________'birder' user on the MariaDB___________________________#
## DB_PWD is for the 'birder' user
DB_PWD=changeme
## DB_ROOT_PWD is for the 'root' user
DB_ROOT_PWD=changeme
#------------------------- Live Audio Stream --------------------------------#
#_____________The variable below configures/enables the live___________________#