Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
5 years ago[Suggestion] Add custom path via args or env vars
Currently the services use a hardcoded path for both the credentials file and the data folder where the sqlite database is stored, would be nice to be able to change this path via configuration flags on the binaries or env variables.
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Sync Type: Not Provided
2 Replies
- Former Member
The credentials path is customizable via at the
OP_SESSIONenvironment variable. Provide any fully qualified path to the credentials file.The data directory path can be customized using the
$XDG_DATA_HOMEto set the case directory. The.op/datapath is configured below that automatically. - Former Member
I know that the $HOME env var is used for part of the path but the rest (.op and data folders) are hardcoded.