mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-10 01:52:04 +05:30
8 lines
188 B
JavaScript
8 lines
188 B
JavaScript
module.exports = {
|
|
version: 'dev',
|
|
apiHost: 'https://dev.account.ely.by',
|
|
ga: {id: 'UA-XXXXX-Y'},
|
|
sentryCdn: 'https://<key>@sentry.io/<project>',
|
|
crowdinApiKey: '',
|
|
};
|