]> git.defcon.no Git - hermes/blobdiff - api/t/tests_common.pm
backlog add
[hermes] / api / t / tests_common.pm
index ee6d3a5507c8d4754951a3acc0ef0ec20046fc1c..43356324a8c5f4363102a2ac97e89ad158583b3b 100644 (file)
@@ -41,8 +41,8 @@ BEGIN {
        %EXPORT_TAGS = ( 'all' => [ qw( ) ] );
        @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } ); 
 }
-our $api_base  = "http://10.0.2.5/hermes/api/";
-our $api_key   = "4hErgw3QFJLeuXGW";
+our $api_base  = "http://sippbx.hig.no/hermes/api/";
+our $api_key   = "e065gBpUwqzY0a5o";
 our $invalid_key = "invalidkey" . int(rand(255));
 
 our $test_username = "testauth-" . int(rand(255));