Skip to content

Commit

Permalink
chore: setup vercel
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-aksamentov committed Aug 30, 2022
1 parent 6653ab1 commit 3f45b63
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .env.vercel
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
DATA_ROOT_URL=https://data.master.pangenome.org

PLAUSIBLE_IO_DOMAIN=

FULL_DOMAIN=autodetect
NEXT_TELEMETRY_DISABLED=1

DEV_ENABLE_TYPE_CHECKS=1
DEV_ENABLE_ESLINT=1
DEV_ENABLE_STYLELINT=1

PROD_ENABLE_SOURCE_MAPS=1
PROD_ENABLE_TYPE_CHECKS=1
PROD_ENABLE_ESLINT=1
PROD_ENABLE_STYLELINT=1

ANALYZE=0
PROFILE=0

AWS_S3_BUCKET="xxxxxxxxxxxxxxxxxxxx"
AWS_CLOUDFRONT_DISTRIBUTION_ID="XXXXXXXXXXXXXX"

0 comments on commit 3f45b63

Please sign in to comment.