mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-14 20:25:56 +05:30
6 lines
144 B
JavaScript
6 lines
144 B
JavaScript
module.exports = {
|
|
apiHost: 'https://dev.account.ely.by',
|
|
ga: {id: 'UA-XXXXX-Y'},
|
|
sentryCdn: 'https://<key>@sentry.io/<project>'
|
|
};
|