init
This commit is contained in:
21
.env
Normal file
21
.env
Normal file
@@ -0,0 +1,21 @@
|
||||
# 项目配置, 请根据实际情况修改
|
||||
PROJECT_NAME=PHP_OFFICIA_WEB
|
||||
|
||||
APP_ENV=dev
|
||||
|
||||
# PHP/PHP-FPM 配置
|
||||
PHP_VERSION=7.4
|
||||
PHP_FPM_VERSION=7.4-fpm
|
||||
PHP_FPM_PORT=9108
|
||||
|
||||
# 数据库配置
|
||||
MYSQL_ROOT_HOST=%
|
||||
MYSQL_DATABASE=eyoucms
|
||||
MYSQL_USER=eyoucms
|
||||
MYSQL_PASSWORD=eyoucms
|
||||
MYSQL_PORT=3326
|
||||
|
||||
# Nginx 暴漏端口
|
||||
NGINX_PORT=8070
|
||||
NGINX_SSL_PORT=8072
|
||||
|
||||
Reference in New Issue
Block a user