From c74b34ce585be8b9093a70d4d8e30c42455ce89d Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Tue, 25 Jun 2019 14:48:34 +0800 Subject: [PATCH] =?UTF-8?q?vnc=E5=9C=B0=E5=9D=80=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/games_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/games_controller.rb b/app/controllers/games_controller.rb index bd9f2e184..9b69ca058 100644 --- a/app/controllers/games_controller.rb +++ b/app/controllers/games_controller.rb @@ -64,7 +64,7 @@ class GamesController < ApplicationController myshixun_manager: myshixun_manager} if @shixun.vnc begin - shixun_tomcat = edu_setting('shixun_tomcat') + shixun_tomcat = edu_setting('cloud_bridge') service_host = edu_setting('vnc_url') uri = "#{shixun_tomcat}/bridge/vnc/getvnc" params = {tpiID: @myshixun.id, :containers => "#{Base64.urlsafe_encode64(container_limit(@shixun.mirror_repositories))}"}