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