hackathon-registration-dapp/app/js/config.js

5 lines
108 B
JavaScript
Raw Normal View History

2018-10-07 15:51:27 +00:00
export default {
'ENSDappURL': 'http://www.status.im/',
2018-10-08 23:05:41 +00:00
'APIServer': 'http://localhost:3000/api'
2018-10-07 15:51:27 +00:00
};