6 lines
218 B
TypeScript
6 lines
218 B
TypeScript
export const environment = {
|
|
production: true,
|
|
osmClientId: 'your_production_osm_client_id_here',
|
|
osmClientSecret: 'your_production_osm_client_secret_here',
|
|
apiBaseUrl: 'https://your-production-api-url.com'
|
|
};
|