Commit 862230a5 by 梁建民

Merge branch 'master' of http://119.23.72.7/q578953158/yunxin

parents f797a096 43554479
Showing with 57 additions and 0 deletions
APP_ENV=local
APP_DEBUG=true
APP_KEY=base64:JzR5tuUk6qEKrnTb2cKRN8g9V/QKJSh1uLSwFBwjkO8=
APP_URL=http://localhost
//CMS MYSQL配置
DB_CONNECTION=mysql
DB_HOST=192.168.1.232
DB_PORT=3306
DB_DATABASE=ichuntcms
DB_USERNAME=root
DB_PASSWORD=123456
//云芯数据库
DB_HOST_PUR=192.168.1.232
DB_DATABASE_PUR=liexin_wms
DB_USERNAME_PUR=root
DB_PASSWORD_PUR=123456
DB_PORT_PUR=3306
//财务数据库
DB_HOST_FINANCE=192.168.1.232
DB_DATABASE_FINANCE=liexin_finance
DB_USERNAME_FINANCE=root
DB_PASSWORD_FINANCE=123456
DB_PORT_FINANCE=3306
//云芯数据库
DB_HOST_YUNXIN=192.168.1.232
DB_DATABASE_YUNXIN=liexin_yunxin
DB_USERNAME_YUNXIN=root
DB_PASSWORD_YUNXIN=123456
DB_PORT_YUNXIN=3306
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=redis
REDIS_HOST=192.168.1.235
REDIS_PASSWORD=icDb29mLy2s
REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
RABBITMQ_HOST=192.168.1.230
RABBITMQ_PORT=5672
RABBITMQ_VHOST=/
RABBITMQ_LOGIN=admin
RABBITMQ_PASSWORD=admin
RABBITMQ_QUEUE=wms_service
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