Cleanup for settings table and moved some seed data into the migrations

This commit is contained in:
Nabeel Shahzad
2017-12-09 21:21:49 -06:00
parent b165cd28b6
commit d34e30666d
19 changed files with 323 additions and 204 deletions

View File

@@ -16,25 +16,6 @@ return [
*/
'skin' => 'default',
/**
* 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',
/**
* Pick one of:
* dollar, euro, gbp, yen, jpy, rupee, ruble
*/
'currency' => 'dollar',
/**
* Restrict showing flights from the user's current airport
*/
'only_flights_from_current' => false,
/**
* Your vaCentral API key
*/