Change Autotest DB to point at atlantis3.

s/172.18.72.8/172.18.72.10/g in global_config.ini

TEST=Local run
BUG=None

Change-Id: Ib03ae03791b6e83c55cf8a05c92d726121c02af7
Reviewed-on: https://gerrit.chromium.org/gerrit/45044
Reviewed-by: Scott Zawalski <scottz@chromium.org>
Tested-by: Scott Zawalski <scottz@chromium.org>
diff --git a/global_config.ini b/global_config.ini
index b0e10fb..278bac2 100644
--- a/global_config.ini
+++ b/global_config.ini
@@ -1,7 +1,7 @@
 [AUTOTEST_WEB]
 # IP == cautotest-mysql, see http://crosbug.com/38773
 # TODO(milleral): Switch back to DNS name when bug is fixed
-host: 172.18.72.8
+host: 172.18.72.10
 database: chromeos_autotest_db
 db_type: mysql
 user: chromeosqa-admin
@@ -12,7 +12,7 @@
 # Only set this if your server is not 'http://[SERVER] hostname/afe/'
 #base_url: http://your_autotest_server/afe/
 # IP == cautotest-mysql, see http://crosbug.com/38773
-readonly_host: 172.18.72.8
+readonly_host: 172.18.72.10
 readonly_user: chromeosqa-read
 readonly_password: qyBM6kDu
 query_timeout: 3600