-
Notifications
You must be signed in to change notification settings - Fork 206
Environment Variables
sabrogden edited this page Nov 13, 2020
·
1 revision
Starting in version 3.21.196.0 the database path can contain environment variables wrapped in %. This allows the path the be dynamic based on the machine name or current user.
Examples
D:\Dropbox\AppData\Ditto\%computername%.db
D:\Dropbox\AppData\Ditto\%username%.db
-
A list of common environment variables can be found here, https://en.wikipedia.org/wiki/Environment_variable#Default_values
-
The hyper link to this path below the database path text box will display the resolved path if it sees a % in the database path
-
Custom environment varialbes are supported, in windows go to system properties - advanced - Environment Variables to define. After creating environment variables i was see Ditto need to be restarted before it would see the new value.