cic-staff-client/src/environments/environment.ts

27 lines
1.1 KiB
TypeScript
Raw Normal View History

2020-10-30 16:16:05 +01:00
// This file can be replaced during build by using the `fileReplacements` array.
// `ng build --prod` replaces `environment.ts` with `environment.prod.ts`.
// The list of file replacements can be found in `angular.json`.
export const environment = {
production: false,
cicMetaUrl: 'http://localhost:63380',
publicKeysUrl: 'http://localhost:8000',
cicCacheUrl: 'http://localhost:63313',
2021-01-15 05:30:19 +01:00
cicScriptsUrl: 'http://localhost:9999',
web3Provider: 'ws://localhost:8546',
2021-02-08 12:47:07 +01:00
cicUssdUrl: 'http://localhost:63315',
cicEthUrl: 'http://localhost:63314',
2021-01-15 05:30:19 +01:00
contractAddress: '0x35Ef60C4624Eaf6AeEBeBec9Ddd3CBA6b24C4b17',
signerAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',
registryAddress: '0xb708175e3f6Cd850643aAF7B32212AFad50e2549'
2020-10-30 16:16:05 +01:00
};
/*
* For easier debugging in development mode, you can import the following file
* to ignore zone related error stack frames such as `zone.run`, `zoneDelegate.invokeTask`.
*
* This import should be commented out in production mode because it will have a negative impact
* on performance if an error is thrown.
*/
// import 'zone.js/dist/zone-error'; // Included with Angular CLI.