Added placeholder for mapApiKey
This commit is contained in:
parent
8520328582
commit
ed738b287a
1 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@
|
||||||
|
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
apiUrl: 'https://dev.peartrade.org/api'
|
apiUrl: 'https://dev.peartrade.org/api',
|
||||||
|
mapApiKey: 'CHANGEME',
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue