accounts-frontend/config/template.env.js
2016-12-06 23:06:45 +02:00

6 lines
144 B
JavaScript

module.exports = {
apiHost: 'https://dev.account.ely.by',
ga: {id: 'UA-XXXXX-Y'},
sentryCdn: 'https://<key>@sentry.io/<project>'
};