From b8dc74f517c636ed73566df0fcf85e47af7bba8c Mon Sep 17 00:00:00 2001 From: Yan Date: Wed, 15 Nov 2017 12:06:06 +0630 Subject: [PATCH] merge with license but not complete --- app/controllers/application_controller.rb | 2 +- config/license.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 8d5619cd..83222004 100755 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -47,7 +47,7 @@ class ApplicationController < ActionController::Base @license = License.new(url) if (@license.detail_with_local_file() == true) - puts "RUN SA BYAR" + puts "RUN SAY BYAR" else return nil end diff --git a/config/license.yml b/config/license.yml index fc7d1355..f98a6e81 100644 --- a/config/license.yml +++ b/config/license.yml @@ -4,7 +4,7 @@ development: test: - sx_provision_url: secure.smartsales.asia/api + sx_provision_url: "provision.test.ws/api" # Do not keep production secrets in the repository, # instead read values from the environment.