From 4163acfd845420ff118a3a999719e16d883a99d8 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Fri, 13 Aug 2021 14:51:30 -0700 Subject: [PATCH] adding dev configs --- .gitignore | 1 - Dockerfile | 1 + src/environments/environment.dev.ts | 8 ++++---- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 4c55524..1dde4ac 100644 --- a/.gitignore +++ b/.gitignore @@ -49,4 +49,3 @@ Thumbs.db # Configuration Files .env -/src/environments/environment.ts diff --git a/Dockerfile b/Dockerfile index f9fbedd..9721319 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN npm install COPY . . +ARG FRONTEND_ENV=prod # running build script RUN npm run build:${FRONTEND_ENV} diff --git a/src/environments/environment.dev.ts b/src/environments/environment.dev.ts index 7a9ce94..429c56e 100644 --- a/src/environments/environment.dev.ts +++ b/src/environments/environment.dev.ts @@ -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/',