Browse Source

Update configuration.md

djm34
ystarnaud 10 years ago
parent
commit
d211d5b9bf
  1. 2
      doc/configuration.md

2
doc/configuration.md

@ -247,7 +247,7 @@ There is no limit as to how includes can be used as long as they follow proper j @@ -247,7 +247,7 @@ There is no limit as to how includes can be used as long as they follow proper j
Load a JSON-formatted configuration file. See `example.conf` for an example configuration file.
The filename can also be a web or ftp url for remote configuration files. The file will be downloaded locally before being loaded. **Note:** If a file by the same name exists, it will be overwritten. If you modify and save your configuration, the changes will only be made locally and future downloads will overwrite your changes. **Also note** that the remote configuration file is only available with `libcurl`.
The filename can also be a web or ftp url for remote configuration files. The file will be downloaded locally before being loaded. **Note:** If a file by the same name exists, it will be overwritten. If you modify and save your configuration, the changes will only be made locally and future downloads will overwrite your changes. **Also note** that the remote configuration files are only available with `libcurl`.
Note that the configuration file's settings will override any settings passed via command line. For more information, see [Configuration Settings Order](#configuration-settings-order).

Loading…
Cancel
Save