adding dev configs
This commit is contained in:
parent
85bd92a2fc
commit
4163acfd84
1
.gitignore
vendored
1
.gitignore
vendored
@ -49,4 +49,3 @@ Thumbs.db
|
||||
|
||||
# Configuration Files
|
||||
.env
|
||||
/src/environments/environment.ts
|
||||
|
@ -13,6 +13,7 @@ RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
ARG FRONTEND_ENV=prod
|
||||
# running build script
|
||||
RUN npm run build:${FRONTEND_ENV}
|
||||
|
||||
|
@ -6,11 +6,11 @@ export const environment = {
|
||||
logLevel: NgxLoggerLevel.DEBUG,
|
||||
serverLogLevel: NgxLoggerLevel.OFF,
|
||||
loggingUrl: '',
|
||||
cicMetaUrl: 'https://meta-auth.dev.grassrootseconomics.net:443',
|
||||
cicMetaUrl: 'http://localhost:63380',
|
||||
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',
|
||||
cicCacheUrl: 'http://localhost:63313',
|
||||
web3Provider: 'http://localhost:8545',
|
||||
cicUssdUrl: 'http://localhost:63415',
|
||||
registryAddress: '0xea6225212005e86a4490018ded4bf37f3e772161',
|
||||
trustedDeclaratorAddress: '0xEb3907eCad74a0013c259D5874AE7f22DcBcC95C',
|
||||
dashboardUrl: 'https://dashboard.sarafu.network/',
|
||||
|
Loading…
Reference in New Issue
Block a user