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.

21 lines
317 B
INI

### 安装根目录 ###
BASE_DIR=/home/xydl
### 数据库配置 ###
DB_IP=127.0.0.1
DB_PORT=3306
DB_INS=cacdb
DB_USER=root
DB_PASS=123456
### 是否加入开机启动 ###
AUTO_START=1
### 是否安装自带的Nginx ###
NGINX_INS=1
### 是否安装自带的Redis ###
REDIS_INS=0
### Redis的密码 ###
REDIS_PASS=