Skip to content

Commit

Permalink
ignore app/globals.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mesh0000 committed Mar 30, 2017
1 parent 2dba45f commit d7d61d5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,3 +8,4 @@ tmp
.idea
app/vendor/
build/
app/globals.js
12 changes: 12 additions & 0 deletions app/globals.default.js
@@ -0,0 +1,12 @@
'use strict';

angular.module('pool.globals', [])

.factory('GLOBALS', function() {
return {
pool_name: "XMRPool.net",
api_url : 'https://api.xmrpool.net',
api_refresh_interval: 5000,
app_update_interval: 30*60000
};
});
2 changes: 1 addition & 1 deletion readme.md
Expand Up @@ -14,7 +14,7 @@
### Run it

Home page html can be set in welcome.html
Set pool params in app/globals.js
Set pool params in app/globals.js.default and copy to app/globals.js

Requires NodeJS

Expand Down

0 comments on commit d7d61d5

Please sign in to comment.