summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--DartConfig.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/DartConfig.cmake b/DartConfig.cmake
index e757992ee9..d803d91cd0 100644
--- a/DartConfig.cmake
+++ b/DartConfig.cmake
@@ -1,8 +1,8 @@
# Dart server to submit results (used by client)
SET (DROP_SITE "public.kitware.com")
SET (DROP_LOCATION "/incoming")
-SET (DROP_SITE_USER "anonymous")
-SET (DROP_SITE_PASSWORD "cmake-tester@somewhere.com")
+SET (DROP_SITE_USER "ftpuser")
+SET (DROP_SITE_PASSWORD "public")
SET (TRIGGER_SITE
"http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl")