mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 11:32:48 +08:00
修改问题
This commit is contained in:
19
.example.env
19
.example.env
@@ -1 +1,18 @@
|
|||||||
APP_DEBUG = true
|
APP_DEBUG = true
|
||||||
|
|
||||||
|
[APP]
|
||||||
|
DEFAULT_TIMEZONE = Asia/Shanghai
|
||||||
|
|
||||||
|
[DATABASE]
|
||||||
|
driver = mysql
|
||||||
|
TYPE = mysql
|
||||||
|
HOSTNAME = 127.0.0.1
|
||||||
|
DATABASE = test
|
||||||
|
USERNAME = username
|
||||||
|
PASSWORD = password
|
||||||
|
HOSTPORT = 3306
|
||||||
|
CHARSET = utf8
|
||||||
|
DEBUG = true
|
||||||
|
|
||||||
|
[LANG]
|
||||||
|
default_lang = zh-cn
|
||||||
@@ -16,7 +16,7 @@ class ConfigInit
|
|||||||
Arr::set($filesystem_config,'default','public');
|
Arr::set($filesystem_config,'default','public');
|
||||||
|
|
||||||
Config::set($filesystem_config, 'filesystem');
|
Config::set($filesystem_config, 'filesystem');
|
||||||
|
|
||||||
// 社微信开放平台
|
// 社微信开放平台
|
||||||
// $wx_open_app = [];
|
// $wx_open_app = [];
|
||||||
// $wx_open_app = Arr::add($wx_open_app,'app_id',get_system_config('wx_open_app_id'));
|
// $wx_open_app = Arr::add($wx_open_app,'app_id',get_system_config('wx_open_app_id'));
|
||||||
|
|||||||
Reference in New Issue
Block a user