mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-15 06:09:58 +08:00
14 lines
304 B
PHP
14 lines
304 B
PHP
<?php
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Application Configuration
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Here is the configs about the application.
|
|
|
|
|
*/
|
|
return [
|
|
'version' => '3.0.2',
|
|
'locale' => 'zh-cn'
|
|
];
|