diff --git a/doc/dash-conf.md b/doc/dash-conf.md index 3f6ad4d44a..1d26c703d8 100644 --- a/doc/dash-conf.md +++ b/doc/dash-conf.md @@ -50,3 +50,13 @@ rpcport=4000 The configuration file is not automatically created; you can create it using your favorite text editor. By default, the configuration file name is `dash.conf` and it is located in the Dash data directory, but both the dash data directory and the configuration file path may be changed using the `-datadir` and `-conf` command-line options. The `includeconf=` option in the `dash.conf` file can be used to include additional configuration files. + +### Default configuration file locations + +Operating System | Data Directory | Example Path +-- | -- | -- +Windows | `%APPDATA%\DashCore\` | `C:\Users\username\AppData\Roaming\DashCore\dash.conf` +Linux | `$HOME/.dashcore/` | `/home/username/.dashcore/dash.conf` +macOS | `$HOME/Library/Application Support/DashCore/` | `/Users/username/Library/Application Support/DashCore/dash.conf` + +You can find an example dash.conf file in [share/examples/dash.conf](../share/examples/dash.conf).