mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
11 lines
204 B
PHP
11 lines
204 B
PHP
<?php
|
|
return [
|
|
//site
|
|
'app_key' => env('APP_KEY'),
|
|
'site' => [
|
|
'title' => 'Unity',
|
|
'short_title' => 'Unity',
|
|
'description' => 'Unity',
|
|
],
|
|
'version' => 1
|
|
]; |