CredentialsLocation Parameter (Connect-ApacheCouchDB Cmdlet)
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.
Syntax
Connect-ApacheCouchDB -CredentialsLocation string
Data Type
cstr
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 cmdlet:
| Platform | OS-Dependent Path Prefix |
| Windows | The value of the APPDATA environment variable |
| Mac | ~/.config |
| Linux | ~/.config |