1 Star 0 Fork 82

panqing / hyperf-chat

forked from gzydong / hyperf-chat 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.env.example 892 Bytes
Copy Edit Raw Blame History
gzydong authored 2022-03-02 19:59 . feat:修改默认配置文件
# ---- 基础配置 ----
APP_NAME=hyperf-chat
APP_ENV=dev
# ---- Mysql 配置 ----
DB_DRIVER=mysql
DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=hyperf
DB_USERNAME=root
DB_PASSWORD=
DB_CHARSET=utf8mb4
DB_COLLATION=utf8mb4_unicode_ci
DB_PREFIX=im_
# ---- Redis 配置 ----
REDIS_HOST=localhost
REDIS_AUTH=(null)
REDIS_PORT=6379
REDIS_DB=0
# ---- JWT授权配置 ----
# 务必改为你自己的字符串
SIMPLE_JWT_SECRET=lumneim
JWT_HEADER_NAME=Authorization
SIMPLE_JWT_TTL=3600
SIMPLE_JWT_PREFIX=jwt
# ---- 项目配置 ----
WEB_URL=http://im.gzydong.club
IMG_URL=http://127.0.0.1:9504
UPLOAD_PATH=/www/data/lumenim
## 管理员邮箱
ADMIN_EMAIL=
# ---- 邮件配置 ----
MAIL_DRIVER=smtp
MAIL_HOST=smtp.163.com
MAIL_PORT=465
MAIL_USERNAME=xxxxx
MAIL_PASSWORD=xxxx
MAIL_FROM_ADDRESS=xxxx@163.com
MAIL_FROM_NAME="xxxxx"
MAIL_ENCRYPTION=ssl
# ---- 开启 SQL 日志 ----
SQL_QUERY_LOG=true
PHP
1
https://gitee.com/panqing/hyperf-chat.git
git@gitee.com:panqing/hyperf-chat.git
panqing
hyperf-chat
hyperf-chat
main

Search

53164aa7 5694891 3bd8fe86 5694891