Make the cloud_uplink address empty by default. (#974)

master
Alexander Belyaev 2018-03-09 16:57:58 +01:00 committed by GitHub
parent 2fe1867221
commit def4048e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ MAP_BUILDER_SERVER = {
num_event_threads = 4, num_event_threads = 4,
num_grpc_threads = 4, num_grpc_threads = 4,
server_address = "0.0.0.0:50051", server_address = "0.0.0.0:50051",
uplink_server_address = "localhost:50052", uplink_server_address = "",
} }