Skip to content

Commit c1d8445

Browse files
committed
working code
1 parent f042699 commit c1d8445

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

openFDA/uwsgi.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[uwsgi]
2+
http-socket = :$(PORT)
3+
master = true
4+
die-on-term = true
5+
module = main:app
6+
memory-report = true

0 commit comments

Comments
 (0)