Class_GlobalConfig - GensokyoGears/itemsets GitHub Wiki

Class GlobalConfig holds public static properties, that are required to fill pre-deployment.

Properties:

  • String DB_Driver - name of JDBC driver required by connector.
  • String DB_URL - url to database, including port and database name.
  • String DB_USERNAME - username used in database connection.
  • String DB_PASSWORD - password required for use to authenticate.