Commit b08ae5a4 by 杨树贤

数据问题

parent 0c87a96b
Showing with 5 additions and 5 deletions
...@@ -7,7 +7,7 @@ APP_URL=http://localhost ...@@ -7,7 +7,7 @@ APP_URL=http://localhost
LOG_CHANNEL=stack LOG_CHANNEL=stack
DB_CONNECTION=mysql DB_CONNECTION=mysql
DB_HOST=192.168.1.234 DB_HOST=192.168.1.235
DB_PORT=3306 DB_PORT=3306
DB_DATABASE=semour DB_DATABASE=semour
DB_USERNAME=semour DB_USERNAME=semour
...@@ -27,11 +27,11 @@ MAIL_MAILER=smtp ...@@ -27,11 +27,11 @@ MAIL_MAILER=smtp
MAIL_FROM_ADDRESS="lx@ichunt.com" MAIL_FROM_ADDRESS="lx@ichunt.com"
MAIL_FROM_NAME="semour.com" MAIL_FROM_NAME="semour.com"
MAIL_DRIVER=smtp MAIL_DRIVER=smtp
MAIL_HOST='smtp.mxhichina.com' MAIL_HOST='smtp.semour.com'
MAIL_PORT=25 MAIL_PORT=25
MAIL_FROM='semour.com' MAIL_FROM='semour.com'
MAIL_USERNAME='lx@ichunt.com' MAIL_USERNAME='system@semour.com'
MAIL_PASSWORD='IChunt2016' MAIL_PASSWORD='SemOur!@#$'
MAIL_ENCRYPTION=tls MAIL_ENCRYPTION=tls
AWS_ACCESS_KEY_ID= AWS_ACCESS_KEY_ID=
...@@ -51,4 +51,4 @@ PUBLIC_URL= ...@@ -51,4 +51,4 @@ PUBLIC_URL=
#商品服务网址 #商品服务网址
GOODS_INFO_URL=http://192.168.1.237:60014 GOODS_INFO_URL=http://192.168.1.237:60014
#深茂搜索地址 #深茂搜索地址
SO_URL = http://so.semour.com SO_URL=http://so.semour.com
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