update db pass and user
This commit is contained in:
parent
31cf4524bf
commit
ed24fcc5ba
4
setup.sh
4
setup.sh
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user