set data host to production again
This commit is contained in:
@@ -19,7 +19,7 @@ html lang="en"
|
|||||||
javascript:
|
javascript:
|
||||||
var data_host = '#{Rails.env == 'development' ? 'http://localhost:3000' : 'http://data.qwaiter.com' }';
|
var data_host = '#{Rails.env == 'development' ? 'http://localhost:3000' : 'http://data.qwaiter.com' }';
|
||||||
//var data_host = 'http://localhost:3000';
|
//var data_host = 'http://localhost:3000';
|
||||||
data_host = 'http://192.168.1.148:3000';
|
//data_host = 'http://192.168.1.148:3000';
|
||||||
var $locale = '#{I18n.locale}';
|
var $locale = '#{I18n.locale}';
|
||||||
var $url_vars = null;
|
var $url_vars = null;
|
||||||
// Dummy holder when Qmobile object is not supplied by the mobile phone
|
// Dummy holder when Qmobile object is not supplied by the mobile phone
|
||||||
|
|||||||
Reference in New Issue
Block a user