Server Section
These settings configure how the Acuit Pinpoint Web application accesses Acuit Pinpoint Server via its Acuit Pinpoint Server API.
- Parent Sections
- Full Section Key Path
Acuit.Pinpoint:Server
| Key | Value Type | Default Value | Description |
|---|---|---|---|
| Domain | string | The optional domain to use for the client credentials when connecting to Acuit Pinpoint Server. | |
| Password | string | The optional password to use for the client credentials when connecting to Acuit Pinpoint Server. | |
| PinpointServerName | string | The name of the local computer | The Acuit Pinpoint Server name. |
| UserName | string | The optional user name to use for the client credentials when connecting to Acuit Pinpoint Server. If this is not set, then the account under which the web application is running will be used for authentication (when UseTransportSecurity is true). | |
| UseTransportSecurity | boolean | true | Whether to use transport security when connecting to Acuit Pinpoint Server. If this is true, Transport Layer Security (TLS) over TCP is used, with the credentials validated via Windows. |
The default values of these settings assume that Acuit Pinpoint Server is running on the same computer as the Acuit Pinpoint Web application. These settings can be customized to run the web application on a different server.