Key | Acceptable Values | Default |
api_gateway.http.acceptors_pool_size | integer | 200 |
api_gateway.http.max_connections | integer | 500000 |
api_gateway.config_file The filename of a the API Gateway JSON configuration file, which allows you to statically configure the API Gateway with a list of API Specifications. | path to a file | $(platform_etc_dir)/ api_gateway_config.json |
api_gateway.http.keepalive Enables/disables periodic transmission on a connected socket when no other data is exchanged. If the other end does not respond, the connection is considered broken and an error message is sent to the controlling process. | on | off | off |
api_gateway.http.nodelay | on | off | on |
api_gateway.http.backlog | integer | 4096 |
api_gateway.https.acceptors_pool_size | integer | 200 |
api_gateway.https.max_connections | integer | 500000 |
api_gateway.https.keepalive | on | off | off |
api_gateway.https.certfile | path to a file | $(platform_etc_dir)/ cert.pem |
api_gateway.https.keyfile | path to a file | $(platform_etc_dir)/ key.pem |
api_gateway.https.cacertfile | path to a file | $(platform_etc_dir)/ cacert.pem |