Skip to content

Commit

Permalink
Restructure: db, code make
Browse files Browse the repository at this point in the history
  • Loading branch information
deploy committed Apr 23, 2019
1 parent 460a8aa commit 28abb65
Show file tree
Hide file tree
Showing 6 changed files with 553 additions and 773 deletions.
10 changes: 2 additions & 8 deletions app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@


# 远程发布目录
host_path = '/app/web/'
go_host_path = '/app/golang/'
jobs_host_path = '/app/jobs/'


# 多端口项目 项目类型
manyPort = ['python', 'nodejs']
remote_host_path = '/app/project/'

# 使用supervisord管理的进程 项目类型
supervisord_list = ['sh', 'go', 'golang', 'python', 'nodejs', 'java-jar']
Expand All @@ -36,7 +30,7 @@
# files = supervisor_conf_dir/*.conf
supervisor_conf_dir = '/app/supervisor/conf/conf.d/'
# 远程主机supervisor存放日志目录, 没有服务无法启动
supervisor_log_path = '/data/log/supervisor/'
supervisor_log_path = '/data/logs/supervisor/'


# 管理员菜单列表
Expand Down
Loading

0 comments on commit 28abb65

Please sign in to comment.