move currency to config file; change units to their own group in settings

This commit is contained in:
Nabeel Shahzad
2018-02-26 20:23:48 -06:00
parent 920b92c096
commit d61ade4482
15 changed files with 154 additions and 39 deletions

View File

@@ -21,6 +21,15 @@ return [
*/
'skin' => env('APP_SKIN', 'default'),
/**
* The ISO "Currency Code" to use
* http://www.xe.com/iso4217.php
*
* Note, do not change this after you've set it, unless you don't
* care that the currencies aren't "exchanged" into the new format
*/
'currency' => 'USD',
/**
* Your vaCentral API key
*/