From ed24fcc5baa1e59cfc6036895646ea40f17197b0 Mon Sep 17 00:00:00 2001 From: Ryahn Date: Sun, 23 Feb 2025 16:42:33 -0600 Subject: [PATCH] update db pass and user --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index bebb6f6..4991cea 100755 --- a/setup.sh +++ b/setup.sh @@ -44,8 +44,8 @@ if [ -z "$MYSQL_ADMIN_USER" ]; then fi # Database configuration -DB_NAME="email_api1" -DB_USER="email_api1" +DB_NAME="tempmail" +DB_USER="tempmail" DB_PASS=$(openssl rand -base64 12) # Generate random password # Check if mysql-server is installed