attogram/currency-exchange-rates

View on GitHub
custom/config.example.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
/**
 * Example custom/config.php
*/

global $config;

$config = [];

// Custom Site Title
//$config['title'] = 'Attogram Currency Exchange Rates';

// Administrators - array of IP Addresses
//$config['adminIP'] = ['127.0.0.1', '::1'];

// Hidden Feeds - array of Feed codes
//$config['hidden'] = ['BankRussia'];