20 lines
340 B
YAML
20 lines
340 B
YAML
appName: "Go Site Clone"
|
|
|
|
# 当前监听的端口
|
|
port: 6997
|
|
|
|
# 网页文件保存目录
|
|
siteFileDir: "www"
|
|
|
|
# 打包的软件保存目录
|
|
packSiteFileDir: "site-dist"
|
|
|
|
|
|
# nginx 配置
|
|
nginx:
|
|
# nginx 可执行文件路径
|
|
nginxPath: "plugin/nginx/nginx.exe"
|
|
# nginx 配置文件路径
|
|
nginxConfPath: "plugin/nginx/conf/nginx.conf"
|
|
|