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

15 lines
578 B
TypeScript
Raw Normal View History

2020-10-30 16:16:05 +01:00
export const environment = {
2020-11-08 07:31:52 +01:00
production: true,
cicAuthUrl: 'http://localhost:4444',
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:63546',
2021-02-08 12:47:07 +01:00
cicUssdUrl: 'http://localhost:63315',
cicEthUrl: 'http://localhost:63314',
contractAddress: '0xd0097a901AF4ac2E63A5b6E86be8Ad91f10b05d7',
registryAddress: '0xf374d7B507767101a4bf3bA2a6B99AC737A44f6d',
trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C'
2020-10-30 16:16:05 +01:00
};