From 41c507439386742694aa525adf9eefacc568dbf3 Mon Sep 17 00:00:00 2001 From: anthonyesper <51342402+anthonyesper@users.noreply.github.com> Date: Thu, 8 Aug 2019 21:04:12 -0400 Subject: [PATCH] Fix for CartoDB MX Record check This is a fix for the MX record check on email domains for the user setup. --- create_dev_user | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create_dev_user b/create_dev_user index ec0c9a5..b79faf1 100755 --- a/create_dev_user +++ b/create_dev_user @@ -5,7 +5,7 @@ set -e SUBDOMAIN="prod" PASSWORD="pass1234" ADMIN_PASSWORD="pass1234" -EMAIL="dev@example.com" +EMAIL="dev@contoso.com" echo "--- Creating databases" bundle exec rake cartodb:db:setup