Skip to content

Commit

Permalink
docs(user): Add Settings Storage Location (PR #194)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kissaki authored Jul 15, 2023
2 parents 7e23834 + e968ebd commit 01dfd5e
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions hugo/content/documentation/user/settings-storage-location/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Mumble Settings Storage Location"
---
The Mumble client uses two different locations for storing data:

1. A database that contains the server list, server certificates, favorites, friends, access tokens, comments, etc.
2. Settings for the client configuration

## Windows

1. Database: `%APPDATA%\Mumble\mumble.sqlite`
2. Settings: In the Windows registry under `HKEY_CURRENT_USER\Software\Mumble\Mumble`

## Mac OS X

1. Database: `$HOME/Library/Application Support/Mumble/Mumble/.mumble.sqlite`
2. Settings: `$HOME/Library/Preferences/net.sourceforge.mumble.Mumble.plist`

## Linux

1. Database `$HOME/.local/share/Mumble/Mumble/mumble.sqlite`
2. Settings `$HOME/.config/Mumble/Mumble.conf`

0 comments on commit 01dfd5e

Please sign in to comment.