Skip to content

Configure App.config

Nathan Leach edited this page Apr 19, 2021 · 13 revisions

An example XML configuration file is shown below. The configuration element contains sub-elements that contain the configuration attributes. These sections are described below:

  • configSections: This is a .Net internal configuration that should not be modified.
  • CxConnection: The server connection configuration.
  • CxCredentials: Credentials used when connecting the the web api.
  • CxAnalyticsService: Controls how the program executes.
  • ProjectFilterRegex: Configure filtering to limit the projects that are crawled by Team and/or Project filtering regular expressions. (version >= 1.2.3)
  • CxLogOutput: Configuration for the Logging Output component.
  • CxMongoOutput: Configuration for the MongoDB Output component.
  • CxMongoConnection: Configure the connection for MongoDB.
  • CxDB: Configuration for the CxSAST audit database connection.
  • CxAuditTrailRecords: The audit trail record name mapping for logger definitions or Mongo collections.
  • CxAuditTrailSupressions: Configuration to suppress crawling of selected audit records.

TODO: A link will soon be posted here to the default configuration file.