How to locate the configuration file
The application configuration file is located at different paths depending on your operating system:
Operating system | Path |
---|---|
Windows | %APPDATA%\Fizz Buzz Inc.\Worklog Assistant.ini |
macOS | ~/.config/worklogassistant.com/Worklog Assistant.ini |
Linux | ~/.config/Fizz Buzz Inc./Worklog Assistant.ini |
How to locate the database and log files
Worklog Assistant uses a SQLite database (feel free to look around, but we don't support altering the data outside of the application) which can be found in the following locations:
Operating system | Path |
---|---|
Windows | %APPDATA%\Fizz Buzz Inc.\Worklog Assistant\db.sqlite3 |
macOS | ~/Library/Application Support/Fizz Buzz Inc./Worklog Assistant/db.sqlite3 |
Linux | ~/.local/share/Fizz Buzz Inc./Worklog Assistant/db.sqlite3 |