Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit fbdef0b

Browse files
committed
Staging
1 parent 5a5099e commit fbdef0b

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed

config/stg/__init__.py

Whitespace-only changes.

config/stg/docker.ini

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[uwsgi]
2+
chdir = /usr/src/app
3+
wsgi-file = /usr/src/app/app.py
4+
module = app:app
5+
touch-reload = /usr/src/app/app.py
6+
http = 0.0.0.0:8000
7+
die-on-term
8+
catch-exceptions
9+
workers = 4
10+
buffer-size=32768
11+
harakiri = 120
12+
max-requests = 50
13+
master

config/stg/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from config.dev.settings import *

0 commit comments

Comments
 (0)