We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 714fe67 commit f3460c2Copy full SHA for f3460c2
csp/src/app.js
@@ -5,7 +5,7 @@
5
angular.module('app',['ngRoute','cgNotify','smart-table','oi.select','ngAnimate','ui.bootstrap','templates'])
6
.constant('CONST', {
7
'ver': "{{package.json.version}}",
8
- 'host': /*location.host,*/ "localhost:57773",
+ 'host': location.host, /*"localhost:57773",*/
9
'protocol': location.protocol,
10
'application': 'sqlkpi'
11
})
0 commit comments