add angular env file
This commit is contained in:
parent
e5447be47f
commit
aaeccfd52f
1
apps/cic-staff-client/.gitignore
vendored
1
apps/cic-staff-client/.gitignore
vendored
@ -49,4 +49,3 @@ Thumbs.db
|
|||||||
|
|
||||||
# Configuration Files
|
# Configuration Files
|
||||||
.env
|
.env
|
||||||
/src/environments/environment.ts
|
|
||||||
|
17
apps/cic-staff-client/src/environments/environment.ts
Normal file
17
apps/cic-staff-client/src/environments/environment.ts
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
import { NgxLoggerLevel } from 'ngx-logger';
|
||||||
|
|
||||||
|
export const environment = {
|
||||||
|
production: false,
|
||||||
|
bloxbergChainId: 8996,
|
||||||
|
logLevel: NgxLoggerLevel.ERROR,
|
||||||
|
serverLogLevel: NgxLoggerLevel.OFF,
|
||||||
|
loggingUrl: 'http://localhost:8000',
|
||||||
|
cicMetaUrl: 'http://localhost:8080',
|
||||||
|
publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/',
|
||||||
|
cicCacheUrl: 'https://cache.dev.grassrootseconomics.net',
|
||||||
|
web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net',
|
||||||
|
cicUssdUrl: 'https://user.dev.grassrootseconomics.net',
|
||||||
|
registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',
|
||||||
|
trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',
|
||||||
|
dashboardUrl: 'https://dashboard.sarafu.network/',
|
||||||
|
};
|
Loading…
Reference in New Issue
Block a user