mirror of https://github.com/grpc/grpc-node.git
				
				
				
			Merge pull request #458 from nicolasnoble/hosting
Changing hosting path.
This commit is contained in:
		
						commit
						1466b200ae
					
				|  | @ -52,8 +52,8 @@ | ||||||
|   "binary": { |   "binary": { | ||||||
|     "module_name": "grpc_node", |     "module_name": "grpc_node", | ||||||
|     "module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}", |     "module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}", | ||||||
|     "host": "https://storage.googleapis.com/", |     "host": "https://node-precompiled-binaries.grpc.io/", | ||||||
|     "remote_path": "grpc-precompiled-binaries/node/{name}/v{version}", |     "remote_path": "{name}/v{version}", | ||||||
|     "package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz" |     "package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz" | ||||||
|   }, |   }, | ||||||
|   "files": [ |   "files": [ | ||||||
|  |  | ||||||
|  | @ -54,8 +54,8 @@ | ||||||
|     "binary": { |     "binary": { | ||||||
|       "module_name": "grpc_node", |       "module_name": "grpc_node", | ||||||
|       "module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}", |       "module_path": "src/node/extension_binary/{node_abi}-{platform}-{arch}-{libc}", | ||||||
|       "host": "https://storage.googleapis.com/", |       "host": "https://node-precompiled-binaries.grpc.io/", | ||||||
|       "remote_path": "grpc-precompiled-binaries/node/{name}/v{version}", |       "remote_path": "{name}/v{version}", | ||||||
|       "package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz" |       "package_name": "{node_abi}-{platform}-{arch}-{libc}.tar.gz" | ||||||
|     }, |     }, | ||||||
|     "files": [ |     "files": [ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue