You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by mr...@apache.org on 2016/07/11 15:35:27 UTC

[17/50] [abbrv] usergrid git commit: auth region is required now

auth region is required now


Project: http://git-wip-us.apache.org/repos/asf/usergrid/repo
Commit: http://git-wip-us.apache.org/repos/asf/usergrid/commit/97aec4d4
Tree: http://git-wip-us.apache.org/repos/asf/usergrid/tree/97aec4d4
Diff: http://git-wip-us.apache.org/repos/asf/usergrid/diff/97aec4d4

Branch: refs/heads/release-2.1.1
Commit: 97aec4d4dfb60c4c708230ca9ad096e2a6d0bd67
Parents: 4394a20
Author: Dave Johnson <sn...@apache.org>
Authored: Sat Jun 18 09:23:16 2016 -0400
Committer: Dave Johnson <sn...@apache.org>
Committed: Sat Jun 18 09:23:16 2016 -0400

----------------------------------------------------------------------
 .../collection/src/test/resources/usergrid.properties               | 1 +
 stack/rest/src/test/resources/usergrid-custom-test.properties       | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/97aec4d4/stack/corepersistence/collection/src/test/resources/usergrid.properties
----------------------------------------------------------------------
diff --git a/stack/corepersistence/collection/src/test/resources/usergrid.properties b/stack/corepersistence/collection/src/test/resources/usergrid.properties
index d2650f7..f20dfe8 100644
--- a/stack/corepersistence/collection/src/test/resources/usergrid.properties
+++ b/stack/corepersistence/collection/src/test/resources/usergrid.properties
@@ -7,6 +7,7 @@ collection.akka.hostname=localhost
 collection.akka.port=2551
 collection.akka.region=us-east
 usergrid.queue.regionList=us-east
+collection.akka.uniquevalue.authoritative.region=us-east
 collection.akka.region.seeds=us-east\:localhost\:2551
 
 collection.akka.uniquevalue.actors=300

http://git-wip-us.apache.org/repos/asf/usergrid/blob/97aec4d4/stack/rest/src/test/resources/usergrid-custom-test.properties
----------------------------------------------------------------------
diff --git a/stack/rest/src/test/resources/usergrid-custom-test.properties b/stack/rest/src/test/resources/usergrid-custom-test.properties
index 660e8b8..5c587f4 100644
--- a/stack/rest/src/test/resources/usergrid-custom-test.properties
+++ b/stack/rest/src/test/resources/usergrid-custom-test.properties
@@ -59,6 +59,7 @@ collection.akka.hostname=localhost
 collection.akka.port=2551
 collection.akka.region=us-east
 usergrid.queue.regionList=us-east
+collection.akka.uniquevalue.authoritative.region=us-east
 collection.akka.region.seeds=us-east\:localhost\:2551
 
 collection.akka.uniquevalue.actors=300