Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed Sep 14, 2024
1 parent 6ece746 commit b65e3a1
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
NEXT_PUBLIC_RUNTIME_ENV=preview
NEXT_PUBLIC_HOME_URL=https://community-preview.tidb.net
NEXT_PUBLIC_ACCOUNTS_BASE_URL=https://accounts-preview.pingcap.cn
NEXT_PUBLIC_RUNTIME_ENV=production
NEXT_PUBLIC_HOME_URL=https://tidb.net
NEXT_PUBLIC_ACCOUNTS_BASE_URL=https://accounts.pingcap.cn
NEXT_PUBLIC_API_BASE_URL=$NEXT_PUBLIC_HOME_URL
NEXT_PUBLIC_LOCALES_BASE_URL=$NEXT_PUBLIC_HOME_URL/locales
NEXT_PUBLIC_STRAPI_BASE_URL=http://community-cms.default.svc.cluster.local
NEXT_PUBLIC_ASKTUG_WEBSITE_BASE_URL=https://asktug.com
NEXT_PUBLIC_ASKTUG_PROXY_BASE_URL=$NEXT_PUBLIC_HOME_URL/_asktug

# Available feature toggles
NEXT_PUBLIC_FT_ACTIVITIES=true

# DSN of pingcap/tug-website
SENTRY_DSN=https://[email protected]/5756513
NEXT_PUBLIC_SENTRY_DSN=$SENTRY_DSN
NEXT_PUBLIC_CDN_URL=https://img1.tidb.net
NEXT_PUBLIC_CMS_CDN_URL=https://img3.pingcap.com
NEXT_PUBLIC_CDN_URL=https://tidb-net-preview.oss-cn-beijing.aliyuncs.com
NEXT_PUBLIC_ASKTUG_PROXY_BASE_URL=$NEXT_PUBLIC_HOME_URL/_asktug
NEXT_PUBLIC_ASKTUG_WEBSITE_BASE_URL=https://new.asktug.com
SENTRY_ORG=pingcap
SENTRY_PROJECT=tug-website
ENABLE_SENTRY=false
ENABLE_SENTRY=true
SENTRY_NO_PROGRESS_BAR=1
SENTRY_LOG_LEVEL=debug

0 comments on commit b65e3a1

Please sign in to comment.