-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathapp.php
34 lines (30 loc) · 902 Bytes
/
app.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php
/**
* Rent & Ride
*
* PHP version 5
*
* @category PHP
* @package RENT&RIDE
* @subpackage Core
* @author Agriya <[email protected]>
* @copyright 2018 Agriya Infoway Private Ltd
* @license http://www.agriya.com/ Agriya Infoway Licence
* @link http://www.agriya.com
*/
return [
/*
|--------------------------------------------------------------------------
| Encryption Key
|--------------------------------------------------------------------------
|
| This key is used by the Illuminate encrypter service and should be set
| to a random, 32 character string, otherwise these encrypted strings
| will not be safe. Please do this before deploying an application!
|
*/
'timezone' => 'Asia/Calcutta',
'key' => env('APP_KEY'),
'cipher' => 'AES-256-CBC',
'license_key' => '53621-11538-199-1473418553-8d7d8ee0'
];