20 lines
393 B
PHP
20 lines
393 B
PHP
<?php
|
|
|
|
/**
|
|
* DO NOT MODIFY THIS FILE DIRECTLY!
|
|
* It will just make upgrading (a little) more difficult
|
|
*
|
|
* Create a local.conf.php in the root (in the same directory
|
|
* as your .env file), and then copy this file into there, and
|
|
* make your changes there.
|
|
*/
|
|
|
|
return [
|
|
|
|
/**
|
|
* Pick one of:
|
|
* dollar, euro, gbp, yen, jpy, rupee, ruble
|
|
*/
|
|
'currency' => 'dollar',
|
|
];
|