Updated Cloudlog.php Configuration File (markdown)

master
Peter Goodhall 2019-06-24 15:29:21 +01:00
rodzic 150e7736c2
commit 9798a3c317
1 zmienionych plików z 6 dodań i 1 usunięć

@ -1,4 +1,9 @@
> Information Relating to application/config/cloudlog.php
> Information Relating to `application/config/cloudlog.php`
# Basics
The configuration file `application/config/cloudlog.php` is used for setting any fixed configuration options that Cloudlog might require, the small number which are in config.php will be shifted to this file over time.
## Configuration Items
* $config['show_time'] - This controls whether users who are not logged in can see QSO times, the default is set to false.
* $config['measurement_base'] - This allows you to set unit of measurement used for showing bearings, the default is `M` which is miles, however, you can set `K` for kilometres and `N` for nautic miles.