Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
a6ab591b
Commit
a6ab591b
authored
Jan 16, 2024
by
isstuev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
review-env
parent
6f8a9b8f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
schema.ts
deploy/tools/envs-validator/schema.ts
+1
-0
values.yaml.gotmpl
deploy/values/review/values.yaml.gotmpl
+1
-0
No files found.
deploy/tools/envs-validator/schema.ts
View file @
a6ab591b
...
@@ -447,6 +447,7 @@ const schema = yup
...
@@ -447,6 +447,7 @@ const schema = yup
NEXT_PUBLIC_OG_DESCRIPTION
:
yup
.
string
(),
NEXT_PUBLIC_OG_DESCRIPTION
:
yup
.
string
(),
NEXT_PUBLIC_OG_IMAGE_URL
:
yup
.
string
().
test
(
urlTest
),
NEXT_PUBLIC_OG_IMAGE_URL
:
yup
.
string
().
test
(
urlTest
),
NEXT_PUBLIC_IS_SUAVE_CHAIN
:
yup
.
boolean
(),
NEXT_PUBLIC_IS_SUAVE_CHAIN
:
yup
.
boolean
(),
NEXT_PUBLIC_HAS_USER_OPS
:
yup
.
boolean
(),
// 6. External services envs
// 6. External services envs
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID
:
yup
.
string
(),
NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID
:
yup
.
string
(),
...
...
deploy/values/review/values.yaml.gotmpl
View file @
a6ab591b
...
@@ -73,6 +73,7 @@ frontend:
...
@@ -73,6 +73,7 @@ frontend:
NEXT_PUBLIC_VIEWS_TX_ADDITIONAL_FIELDS: "['fee_per_gas']"
NEXT_PUBLIC_VIEWS_TX_ADDITIONAL_FIELDS: "['fee_per_gas']"
NEXT_PUBLIC_USE_NEXT_JS_PROXY: true
NEXT_PUBLIC_USE_NEXT_JS_PROXY: true
NEXT_PUBLIC_VIEWS_NFT_MARKETPLACES: "[{'name':'LooksRare','collection_url':'https://goerli.looksrare.org/collections/{hash}','instance_url':'https://goerli.looksrare.org/collections/{hash}/{id}','logo_url':'https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/nft-marketplace-logos/looks-rare.png'}]"
NEXT_PUBLIC_VIEWS_NFT_MARKETPLACES: "[{'name':'LooksRare','collection_url':'https://goerli.looksrare.org/collections/{hash}','instance_url':'https://goerli.looksrare.org/collections/{hash}/{id}','logo_url':'https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/nft-marketplace-logos/looks-rare.png'}]"
NEXT_PUBLIC_HAS_USER_OPS: true
envFromSecret:
envFromSecret:
NEXT_PUBLIC_SENTRY_DSN: ref+vault://deployment-values/blockscout/dev/review?token_env=VAULT_TOKEN&address=https://vault.k8s.blockscout.com#/NEXT_PUBLIC_SENTRY_DSN
NEXT_PUBLIC_SENTRY_DSN: ref+vault://deployment-values/blockscout/dev/review?token_env=VAULT_TOKEN&address=https://vault.k8s.blockscout.com#/NEXT_PUBLIC_SENTRY_DSN
SENTRY_CSP_REPORT_URI: ref+vault://deployment-values/blockscout/dev/review?token_env=VAULT_TOKEN&address=https://vault.k8s.blockscout.com#/SENTRY_CSP_REPORT_URI
SENTRY_CSP_REPORT_URI: ref+vault://deployment-values/blockscout/dev/review?token_env=VAULT_TOKEN&address=https://vault.k8s.blockscout.com#/SENTRY_CSP_REPORT_URI
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment