if (location.hostname == "localhost") {
  var SETTINGS = {
    "URL_SITE": "http://localhost/hotel-caesar.com",
    "ROOT_SUFFIX": "/hotel-caesar.com"
  };
} else if (location.hostname == "test.twinproject.net") {
  var SETTINGS = {
    "URL_SITE": "http://test.twinproject.net/hotel-caesar.com",
    "ROOT_SUFFIX": "/hotel-caesar.com"
  };
} else {
  var SETTINGS = {
    "URL_SITE": "http://www.hotel-caesar.com",
    "ROOT_SUFFIX": ""
  };
}
