Abstract gRPC server environment variable configuration
Environment variables available to the Nacelle process change the behavior of the gRPC server.
| Environment Variable | Default | Description | 
|---|---|---|
| GRPC_HOST | 0.0.0.0 | The host on which to accept connections. | 
| GRPC_PORT | 5000 | The port on which to accept connections. | 
