This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
FoodLoop-Web/src/environments/environment.ts

13 lines
509 B
TypeScript
Raw Normal View History

// The file contents for the current environment will overwrite these during build.
// The build system defaults to the dev environment which uses `environment.ts`, but if you do
// `ng build --env=prod` then `environment.prod.ts` will be used instead.
// The list of which env maps to which file can be found in `angular-cli.json`.
export const environment = {
production: false,
2018-05-24 12:14:26 +01:00
apiUrl: 'https://dev.peartrade.org/api',
2017-09-28 13:28:57 +01:00
mapApiKey: 'CHANGEME',
2018-05-14 17:14:21 +01:00
enableAnalytics: false,
analyticsKey: 'CHANGEME',
};