1 Star 5 Fork 2

Le / webman + vue 后台管理系统

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
env.example 544 Bytes
Copy Edit Raw Blame History
Le authored 2022-12-01 12:45 . env
###服务配置
APP_DEBUG = true
SERVER_NAME = 'wbadmin-vue'
SERVER_PORT = 8791
SESSION_TYPE = 'redis' ###redis or type
SESSION_AUTO_UPDATE = true ###自动更新session
###数据库配置###
DB_HOST = 127.0.0.1
DB_PORT = 3306
DB_PASSWORD = 'test2'
DB_USER = test2
DB_NAME = test2
##表前缀
DB_PREFIX = wb_
##Redis配置
RDS_HOST = 127.0.0.1
RDS_PASSWORD = ''
RDS_PORT = 6379
RDS_DATABASE = 7
RDS_PREFIX = wb_
RDS_EXPIRE = 0
CACHE_TYPE = 'redis'
##其他配置
SYS_DOMAIN = 'http://test2.xxx.com' ##站点域名 (图片上传用到)
PHP
1
https://gitee.com/yjlkyzg/wbadmin-vue.git
git@gitee.com:yjlkyzg/wbadmin-vue.git
yjlkyzg
wbadmin-vue
webman + vue 后台管理系统
master

Search