From 8668d639948fed920eb6f269de9905e734e5225f Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 24 Jun 2021 17:14:50 +0000 Subject: [PATCH 1/3] Update environment.dev.ts --- src/environments/environment.dev.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/environments/environment.dev.ts b/src/environments/environment.dev.ts index 661c54f..7a9ce94 100644 --- a/src/environments/environment.dev.ts +++ b/src/environments/environment.dev.ts @@ -3,10 +3,10 @@ import { NgxLoggerLevel } from 'ngx-logger'; export const environment = { production: false, bloxbergChainId: 8996, - logLevel: NgxLoggerLevel.ERROR, + logLevel: NgxLoggerLevel.DEBUG, serverLogLevel: NgxLoggerLevel.OFF, loggingUrl: '', - cicMetaUrl: 'https://meta-auth.dev.grassrootseconomics.net', + cicMetaUrl: 'https://meta-auth.dev.grassrootseconomics.net:443', publicKeysUrl: 'https://dev.grassrootseconomics.net/.well-known/publickeys/', cicCacheUrl: 'https://cache.dev.grassrootseconomics.net', web3Provider: 'wss://bloxberg-ws.dev.grassrootseconomics.net', From 542af155f79d65b32a85c932b39b57833342fece Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 24 Jun 2021 17:18:52 +0000 Subject: [PATCH 2/3] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9e67233..52ca76c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ image: entrypoint: [""] variables: - KANIKO_CACHE_ARGS: "--cache=true --cache-copy-layers=true --cache-ttl=24h" + KANIKO_CACHE_ARGS: "--cache=false --cache-copy-layers=false --cache-ttl=24h" ng_build_merge_request: stage: build From a070cbe71037410c2c71a395fd61a3d86dc60294 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Thu, 24 Jun 2021 21:52:40 +0000 Subject: [PATCH 3/3] Update .gitlab-ci.yml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52ca76c..9e67233 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ image: entrypoint: [""] variables: - KANIKO_CACHE_ARGS: "--cache=false --cache-copy-layers=false --cache-ttl=24h" + KANIKO_CACHE_ARGS: "--cache=true --cache-copy-layers=true --cache-ttl=24h" ng_build_merge_request: stage: build