Skip to content

Commit

Permalink
Turn off debug mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
MakarovS96 committed Aug 18, 2017
1 parent 714fe67 commit f3460c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csp/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
angular.module('app',['ngRoute','cgNotify','smart-table','oi.select','ngAnimate','ui.bootstrap','templates'])
.constant('CONST', {
'ver': "{{package.json.version}}",
'host': /*location.host,*/ "localhost:57773",
'host': location.host, /*"localhost:57773",*/
'protocol': location.protocol,
'application': 'sqlkpi'
})
Expand Down

0 comments on commit f3460c2

Please sign in to comment.