Commit 7f4517a0 by 杨树贤

修改数据库连接到本地测试服务器

parent 60771229
Showing with 5 additions and 6 deletions
APP_ENV=local
APP_DEBUG=true
APP_KEY=0uUBt7t4fFIttyqkyLxDhLC7gn9361Yt
APP_TIMEZONE=UTC
APP_TIMEZONE=PRC
DB_CONNECTION=mysql
DB_HOST=192.168.10.10
DB_HOST=192.168.2.232
DB_PORT=3306
DB_DATABASE=ic_welfare
DB_USERNAME=homestead
DB_PASSWORD=secret
DB_USERNAME=ic_welfare
DB_PASSWORD=ic_welfare#zsyM
DB_PREFIX=ic_
CACHE_DRIVER=file
......@@ -23,4 +23,4 @@ SYSTEM_NAME=IC业务助手福利中心服务
//laravels监听IP和端口
LARAVELS_LISTEN_IP=0.0.0.0
LARAVELS_LISTEN_PORT=61009
\ No newline at end of file
LARAVELS_LISTEN_PORT=61009
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment