approveflow/config/testing/app.yaml

16 lines
577 B
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

url: http://127.0.0.1:8066
swagger_open: true
dev_fresh: 1
swagger: true
dev: # 调试模式
port: 8888 # 调试模式最终监听的端口默认为8070
backend: # 后端调试模式配置
refresh_time: 1 # 调试模式后端更新时间如果文件变更等待3s才进行一次更新能让频繁保存变更更为顺畅, 默认1s
port: 8890 # 后端监听端口默认8072
monitor_folder: "" # 监听文件夹地址为空或者不填默认为AppFolder
frontend: # 前端调试模式配置
port: 8889 # 前端监听端口, 默认8071