Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
P
PC后台-财务管理
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭熊
PC后台-财务管理
Commits
345c5598
Commit
345c5598
authored
Nov 16, 2020
by
pengxiong@wealthgrow.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目初始化1
parent
2de7afbe
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
0 deletions
+4
-0
__init__.py
app/api/__init__.py
+0
-0
engine.py
app/api/engine.py
+0
-0
config.yaml
app/config/config.yaml
+0
-0
start.sh
start.sh
+2
-0
stop.sh
stop.sh
+2
-0
No files found.
app/api/__init__.py
0 → 100644
View file @
345c5598
app/api/engine.py
0 → 100644
View file @
345c5598
app/config/config.yaml
0 → 100644
View file @
345c5598
start.sh
View file @
345c5598
#!/bin/bash
gunicorn
-w
2
-k
gevent
-D
-p
tamp_order.pid
-b
127.0.0.1:8000 app.api.app:api prod
\ No newline at end of file
stop.sh
View file @
345c5598
#!/bin/bash
kill
`
cat
tamp_order.pid
`
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment