fixed some wrong attributes
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
window['env'] = window['env'] || {};
|
||||
|
||||
// Environment variables
|
||||
window['env']['apiUrl'] = 'http://taskboard.dev.nig.gl/api';
|
||||
window['env']['apiUrl'] = 'https://taskboard.dev.nig.gl/api';
|
||||
window['env']['debug'] = false;
|
||||
})(this);
|
||||
|
||||
Reference in New Issue
Block a user