You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
### 安装根目录 ###
|
|
BASE_DIR=/home/xydl
|
|
### 数据库配置 ###
|
|
DB_IP=127.0.0.1
|
|
DB_PORT=3306
|
|
DB_INS=cacdb
|
|
DB_USER=root
|
|
DB_PASS=123456
|
|
### Redis的密码 ###
|
|
REDIS_PASS=123456
|
|
### 是否安装自带的Redis ###
|
|
REDIS_INS=1 |