修改问题

This commit is contained in:
augushong
2019-10-10 22:39:35 +08:00
parent 4a166be8d9
commit 2e22e69f00
2 changed files with 19 additions and 2 deletions

View File

@@ -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

View File

@@ -16,7 +16,7 @@ class ConfigInit
Arr::set($filesystem_config,'default','public');
Config::set($filesystem_config, 'filesystem');
// 社微信开放平台
// $wx_open_app = [];
// $wx_open_app = Arr::add($wx_open_app,'app_id',get_system_config('wx_open_app_id'));