CredentialsLocation
The filepath of the settings file containing the JWT. If a settings file does not exist in this location, the provider creates a new settings file when it retrieves a JWT.
Data Type
string
Default Value
"%APPDATA%\\CData\\ApacheCouchDB Data Provider\\CredentialsFile.txt"
Remarks
If left unspecified, the default location is "<OS-dependent path prefix>\\CData\\ApacheCouchDB Data Provider\\CredentialsFile.txt", where <OS-dependent path prefix> is a different value depending on the operating system from which you are running the driver:
| Platform | OS-Dependent Path Prefix |
| Windows | The value of the APPDATA environment variable |
| Mac | ~/.config |
| Linux | ~/.config |