CredentialsLocation Parameter (Connect-ApacheCouchDB Cmdlet)
The location of the settings file where the JWT token is saved.
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 "%APPDATA%\\CData\\ApacheCouchDB Data Provider\\CredentialsFile.txt" with %APPDATA% being set to the user's configuration directory:
Platform | %APPDATA% |
Windows | The value of the APPDATA environment variable |
Mac | ~/.config |
Linux | ~/.config |