update db pass and user

This commit is contained in:
Ryahn 2025-02-23 16:42:33 -06:00
parent 31cf4524bf
commit ed24fcc5ba

View File

@ -44,8 +44,8 @@ if [ -z "$MYSQL_ADMIN_USER" ]; then
fi fi
# Database configuration # Database configuration
DB_NAME="email_api1" DB_NAME="tempmail"
DB_USER="email_api1" DB_USER="tempmail"
DB_PASS=$(openssl rand -base64 12) # Generate random password DB_PASS=$(openssl rand -base64 12) # Generate random password
# Check if mysql-server is installed # Check if mysql-server is installed