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

20 lines
721 B
TypeScript
Raw Normal View History

2021-03-14 09:25:38 +01:00
import {NgxLoggerLevel} from 'ngx-logger';
2020-10-30 16:16:05 +01:00
export const environment = {
2020-11-08 07:31:52 +01:00
production: true,
bloxbergChainId: 8996,
2021-03-14 09:25:38 +01:00
level: NgxLoggerLevel.OFF,
serverLogLevel: NgxLoggerLevel.ERROR,
loggingUrl: 'http://localhost:8000',
cicAuthUrl: 'https://meta.dev.grassrootseconomics.net:80',
cicMetaUrl: 'http://localhost:63380',
publicKeysUrl: 'http://localhost:8000/keys.asc',
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',
2021-03-15 17:26:53 +01:00
registryAddress: '0x6Ca3cB14aA6F761712E1C18646AfBA4d5Ae249E8',
trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C'
2020-10-30 16:16:05 +01:00
};