In ServerEnvironment class, we have this constant:
String DEFAULT_INSTANCE_NAME = "default-instance-name";
Should the value be "server" instead as that is the default instance
name? I was trying to use this constant earlier in the code and then
realized this constant was not defined the way I was expecting...