forked from Jungle-Leung/docker-thinkphp5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
30 lines (24 loc) · 622 Bytes
/
.env
File metadata and controls
30 lines (24 loc) · 622 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
### application php项目目录
APPLICATION=./app
### 端口列表
MYSQL_PORT=33060
NGINX_PORT=80800
REDIS_PORT=63790
### mariadb 数据库
MYSQL_ROOT_PASSWORD=root
MYSQL_USER=dt5
MYSQL_PASSWORD=123456
MYSQL_DATABASE=dt5
MYSQL_DATA_PATH=./services/mysql/data
MYSQL_CONFIG_FILENAME=./services/mysql/mysql.cnf
### nginx
NGINX_CONFIG_FILENAME=./services/nginx/nginx.conf
NGINX_VHOST_PATH=./services/nginx/vhost
### redis
REDIS_DATA_PATH=./services/redis/data
REDIS_CONFIG_FILENAME=./services/redis/redis.conf
### php
PHP_INI_PATH=./services/php/php.ini
PHP_FPM_PATH=./services/php/php-fpm.conf
### log
LOG_PATH=./logs