Class: ALM::Constants

Inherits:
Object
  • Object
show all
Defined in:
lib/alm-rest-api/constants.rb

Overview

These constants are used throughout the code to set the server to work with. To execute this code, change these settings to fit those of your server.

Constant Summary collapse

HOST =
"localhost"
PORT =
"8080"
USERNAME =
"sa"
PASSWORD =
"C71a04t23"
DOMAIN =
"DEFAULT"
PROJECT =
"Simon"
VERSIONED =
true