mirror of
https://github.com/status-im/cabot.git
synced 2025-02-24 10:28:06 +00:00
8 lines
110 B
Python
8 lines
110 B
Python
# -*- mode: python -*-
|
|
# vi: set ft=python :
|
|
|
|
import os
|
|
|
|
bind = '0.0.0.0:%s' % os.environ['PORT']
|
|
workers = 2
|