prepared stuff for easier deployment

This commit is contained in:
Edin Dazdarevic
2015-02-16 21:36:14 +01:00
parent d82274d1e1
commit 40f7f8512a
9 changed files with 61 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
module.exports = {
ApiUrl: 'http://localhost:4567',
ApiUrl: '@@apiEndpoint',
DefaultPageSize: 18,
FormatCurrency: function(amount_s) {
var amount = parseFloat(amount_s);