Skip to content

Commit

Permalink
Add TON_API_GUNICORN_FLAGS to configure.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dungeon-master-666 committed Jul 4, 2022
1 parent 1217924 commit 696ddf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
'TON_API_TONLIB_KEYSTORE': '/tmp/ton_keystore/',
'TON_API_TONLIB_PARALLEL_REQUESTS_PER_LITESERVER': '50',
'TON_API_TONLIB_CDLL_PATH': '',
'TON_API_TONLIB_REQUEST_TIMEOUT': '10'
'TON_API_TONLIB_REQUEST_TIMEOUT': '10',
'TON_API_GUNICORN_FLAGS': ''
}


Expand Down

0 comments on commit 696ddf5

Please sign in to comment.