0001792: BLOOMBERG added to Exchange Rate Providers and config fix.
[fa-stable.git] / config.default.php
index ae6668ef12399e099acac4a53d80146192f657de..178636607848694025f54866b5048c9941521b11 100644 (file)
@@ -260,3 +260,12 @@ $text_company_selection  = false;
 */
 $login_delay = 30;
 $login_max_attempts = 10;
+
+/*
+       Choose Exchange Rate Provider
+       Default is ECB for backwards compatibility
+*/
+$xr_providers = array("ECB", "YAHOO", "GOOGLE", "BLOOMBERG");
+$dflt_xr_provider = 0;
+
+?>
\ No newline at end of file