adding dev configs

This commit is contained in:
Blair Vanderlugt 2021-08-13 14:51:30 -07:00
parent 85bd92a2fc
commit 4163acfd84
3 changed files with 5 additions and 5 deletions

1
.gitignore vendored
View File

@ -49,4 +49,3 @@ Thumbs.db
# Configuration Files
.env
/src/environments/environment.ts

View File

@ -13,6 +13,7 @@ RUN npm install
COPY . .
ARG FRONTEND_ENV=prod
# running build script
RUN npm run build:${FRONTEND_ENV}

View File

@ -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/',