mirror of
https://github.com/status-im/cabot.git
synced 2025-02-23 18:08:06 +00:00
8 lines
112 B
Python
8 lines
112 B
Python
# -*- mode: python -*-
|
|
# vi: set ft=python :
|
|
|
|
import os
|
|
|
|
bind = '127.0.0.1:%s' % os.environ['PORT']
|
|
workers = 3
|