From c22b807c2b0181562c13a9450e02e21efb551990 Mon Sep 17 00:00:00 2001 From: Tien Nam Dao Date: Mon, 21 Nov 2022 14:08:37 +0700 Subject: [PATCH] fix: update vault --- .tikici.yaml | 8 ++++++++ next.config.js | 12 ++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.tikici.yaml b/.tikici.yaml index 8cf94b74..24698fef 100644 --- a/.tikici.yaml +++ b/.tikici.yaml @@ -81,6 +81,10 @@ deployment_config: paths: - path: / port: '3000' + envFrom: + - secretRef: + name: explorer-fe + optional: false replicaCount: 1 prod: ingress: @@ -89,4 +93,8 @@ deployment_config: paths: - path: / port: '3000' + envFrom: + - secretRef: + name: explorer-fe + optional: false replicaCount: 1 diff --git a/next.config.js b/next.config.js index 8b85b8ce..afe4c559 100644 --- a/next.config.js +++ b/next.config.js @@ -4,12 +4,12 @@ const { withSentryConfig } = require('@sentry/nextjs') const nextConfig = { reactStrictMode: false, env: { - NEXT_PUBLIC_COSMOS_API: 'https://chainindexing.astranaut.dev', - NEXT_PUBLIC_EVM_API: 'https://blockscout.astranaut.dev', - NEXT_PUBLIC_URL: 'https://explorer.astranaut.dev', - NEXT_PUBLIC_CHAIN_ID: 11115, - NEXT_PUBLIC_TITLE: 'Astra Explorer Testnet', - NEXT_PUBLIC_GA_MEASUREMENT_ID: 'G-XNDN41NMWF', + // NEXT_PUBLIC_COSMOS_API: 'https://chainindexing.astranaut.dev', + // NEXT_PUBLIC_EVM_API: 'https://blockscout.astranaut.dev', + // NEXT_PUBLIC_URL: 'https://explorer.astranaut.dev', + // NEXT_PUBLIC_CHAIN_ID: 11115, + // NEXT_PUBLIC_TITLE: 'Astra Explorer Testnet', + // NEXT_PUBLIC_GA_MEASUREMENT_ID: 'G-XNDN41NMWF', NEXT_PUBLIC_BLOCK_INTERVAL: '5000', NEXT_PUBLIC_TRANSACTION_INTERVAL: '5000',