Set up new env for email password
This commit is contained in:
@@ -23,6 +23,12 @@ if [ -z ${WRESTLINGDEV_DB_PORT} ]; then
|
||||
exit
|
||||
fi
|
||||
|
||||
if [ -z ${WRESTLINGDEV_EMAIL_PWD} ]; then
|
||||
echo "WRESTLINGDEV_EMAIL_PWD not set"
|
||||
exit
|
||||
fi
|
||||
|
||||
|
||||
if [ -z ${WRESTLINGDEV_DEVISE_SECRET_KEY} ]; then
|
||||
echo "WRESTLINGDEV_DEVISE_SECRET_KEY not set"
|
||||
exit
|
||||
|
||||
Reference in New Issue
Block a user