All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.voltdb.dbmonitor.js.voltdb.config.js Maven / Gradle / Ivy

There is a newer version: 10.1.1
Show newest version
(function (window) {

    var iVoltDBConfig = (function () {

        this.GetDefaultServerIP = function () {
            return window.location.hostname;
        };

        this.GetDefaultServerNameForKey = function () {
            return window.location.hostname;
        };

        this.GetPortId = function () {
            return window.location.port;
        };
    });

    window.VoltDBConfig = VoltDBConfig = new iVoltDBConfig();

})(window);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy