Simplify beta chooser.
This commit is contained in:
parent
09808204b5
commit
1ac9ca6206
@ -36,7 +36,7 @@ public class delegationServices {
|
||||
|
||||
public static void connectionInit(Boolean beta) {
|
||||
//TODO Send Server Version As Standard.
|
||||
if (beta == true) {
|
||||
if (beta) {
|
||||
scReadconnectionString = new ConnectionString("mongodb+srv://betaServer:fi0tZ6yvJjTm16yA@obsidiancorebetaapi.s0mzauh.mongodb.net/?retryWrites=true&w=majority");
|
||||
//connects to database that beta clients can use.
|
||||
System.out.println("This is a beta server build (and will only work on that type)");
|
||||
|
Loading…
x
Reference in New Issue
Block a user