We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fe9e8 commit ffafe75Copy full SHA for ffafe75
README.md
@@ -130,6 +130,14 @@ It will convert the database in a json format readable by cotp.
130
To terminate the import:
131
`cotp import --authy --path path/to/converted_database.json`
132
133
+# Configuration
134
+
135
+By default database is located in `$HOME/.cotp/db.cotp`. If you want to use a different path, you can use `COTP_DB_PATH` environment variable.
136
+Here is an example of how to do this in bash:
137
+```bash
138
+$ COTP_DB_PATH=/home/user/.local/custom-folder/db.cotp /usr/bin/cotp
139
+```
140
141
# Planned features
142
143
Currently, there is not any planned feature. If you need something new that could improve the software feel free to open
0 commit comments