mirror of
https://github.com/Telecominfraproject/openafc_final.git
synced 2025-11-01 10:37:51 +00:00
12 lines
380 B
Python
12 lines
380 B
Python
#
|
|
# Copyright 2022 Broadcom. All rights reserved. The term "Broadcom"
|
|
# refers solely to the Broadcom Inc. corporate affiliate that owns
|
|
# the software below. This work is licensed under the OpenAFC Project License,
|
|
# a copy of which is included with this software program
|
|
#
|
|
bind = '0.0.0.0:8000'
|
|
workers = 20
|
|
deamon = True
|
|
pidfile = '/run/gunicorn/openafc_app.pid'
|
|
timeout = 120
|