2017-06-21 04:03:51 +08:00
|
|
|
<?php
|
|
|
|
|
2017-07-06 12:05:17 +08:00
|
|
|
/**
|
|
|
|
* 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.
|
|
|
|
*/
|
|
|
|
|
2017-06-21 04:03:51 +08:00
|
|
|
return [
|
|
|
|
|
2017-07-11 07:54:51 +08:00
|
|
|
/**
|
|
|
|
* Start date. Set the date of when your VA has started
|
|
|
|
* Used as an anchor point for some financials and things
|
|
|
|
*
|
|
|
|
* YYYY-MM-DD format
|
|
|
|
*/
|
|
|
|
'start_date' => '2017-07-07',
|
|
|
|
|
2017-06-21 11:48:16 +08:00
|
|
|
/**
|
|
|
|
* Pick one of:
|
2017-07-11 07:54:51 +08:00
|
|
|
* dollar, euro, gbp, yen, jpy, rupee, ruble
|
2017-06-21 11:48:16 +08:00
|
|
|
*/
|
2017-07-06 12:05:17 +08:00
|
|
|
'currency' => 'dollar',
|
2017-07-11 07:54:51 +08:00
|
|
|
|
2017-07-23 10:31:26 +08:00
|
|
|
/**
|
|
|
|
* Misc Settings
|
|
|
|
*/
|
|
|
|
|
|
|
|
'feed_url' => 'http://forum.phpvms.net/rss/1-announcements-feed.xml/?',
|
|
|
|
|
2017-06-21 04:03:51 +08:00
|
|
|
];
|