Changes between Version 12 and Version 13 of MovedToGitHub/ConfigFiles
- Timestamp:
- Dec 14, 2008, 3:23:22 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MovedToGitHub/ConfigFiles
v12 v13 21 21 ==== Overriding the Defaults ==== 22 22 23 The per-user configuration folder's location can 24 be overridden by setting {{{TRANSMISSION_HOME}}} and/or 25 other [EnvironmentVariables environment variables]. 23 The per-user configuration folder's location can be overridden by setting {{{TRANSMISSION_HOME}}} and/or other [EnvironmentVariables environment variables].[[BR]] 24 26 25 27 26 == Files == … … 31 30 ==== settings.json ==== 32 31 33 This is a json-encoded file that holds all the client's settings and preferences. It's currently only used by the daemon and GTK+ clients. json was chosen because it's mostly human-readable and -writable, but also allows data hierarchies to be stored.32 This is a json-encoded file that holds all the client's settings and preferences. It's currently only used by the daemon, GTK+ and CLI clients. json was chosen because it's mostly human-readable and -writable, but also allows data hierarchies to be stored. See the [EditConfigFiles Editing Configuration Files] page on how to modify them. 34 33 35 34 ==== stats.json ====