Fixed migrations and seeders

This commit is contained in:
Manish Verma
2018-08-10 15:31:35 +05:30
parent 379ef26ddd
commit 2f5243c1f3
11 changed files with 112 additions and 69 deletions

View File

@@ -443,7 +443,7 @@ class InstallController extends Controller
$ENV['SESSION_DRIVER'] = 'file';
$ENV['SESSION_COOKIE_NAME'] = 'faveo_'.rand(0, 10000);
$ENV['QUEUE_DRIVER'] = 'sync';
$ENV['JWT_TTL'] = 4;
$ENV['FCM_SERVER_KEY'] = 'AIzaSyCyx5OFnsRFUmDLTMbPV50ZMDUGSG-bLw4';
$ENV['FCM_SENDER_ID'] = '661051343223';
$ENV['REDIS_DATABASE'] = '0';