mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
ALPHA 3.0.2b
This commit is contained in:
@@ -54,6 +54,17 @@ return [
|
||||
|
||||
'url' => env('APP_URL', 'http://localhost'),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Version
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This the current version of the application.
|
||||
|
|
||||
*/
|
||||
|
||||
'version' => "3.0.2b",
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Timezone
|
||||
|
||||
@@ -7,24 +7,16 @@ return [
|
||||
| Squadron Number
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option controls the default authentication "guard" and password
|
||||
| reset options for your application. You may change these defaults
|
||||
| as required, but they're a perfect start for most applications.
|
||||
|
|
||||
*/
|
||||
|
||||
'number' => '697',
|
||||
'number' => env('SQN_NUMBER', "000"),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Squadron FullName
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This option controls the default authentication "guard" and password
|
||||
| reset options for your application. You may change these defaults
|
||||
| as required, but they're a perfect start for most applications.
|
||||
|
|
||||
*/
|
||||
|
||||
'fullname' => 'Escadron 697 Rotary Rimouski',
|
||||
'fullname' => env('SQN_FULLNAME', "Escadron 000 Exemple"),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user