Fixed wrong collection.
This commit is contained in:
parent
c0b8b0ca68
commit
586eda31ce
@ -48,7 +48,7 @@ public class delegationServices {
|
|||||||
.build();
|
.build();
|
||||||
dClient = MongoClients.create(scReadsettings);
|
dClient = MongoClients.create(scReadsettings);
|
||||||
dClientDatabase = dClient.getDatabase("DelegationRequest");
|
dClientDatabase = dClient.getDatabase("DelegationRequest");
|
||||||
dCollection = dClientDatabase.getCollection("accountRequestBeta");
|
dCollection = dClientDatabase.getCollection("accountRequest");
|
||||||
RGFilterDB = dClient.getDatabase("rgcon");
|
RGFilterDB = dClient.getDatabase("rgcon");
|
||||||
RGFilter = RGFilterDB.getCollection("blocked");
|
RGFilter = RGFilterDB.getCollection("blocked");
|
||||||
} else {
|
} else {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
package com.jamesquinley.DelegationServices;
|
package com.jamesquinley.DelegationServices;
|
||||||
|
|
||||||
public class status {
|
public class status {
|
||||||
public static boolean betaServer = false;
|
public static boolean betaServer = true;
|
||||||
public static String serverVersion = "1.1";
|
public static String serverVersion = "1.1";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user