Skip to content

Commit

Permalink
Merge pull request #1471 from thematters/develop
Browse files Browse the repository at this point in the history
Release: v3.14.0
  • Loading branch information
robertu7 authored Sep 1, 2020
2 parents cf33be1 + 5a1ee7a commit 945ca51
Show file tree
Hide file tree
Showing 219 changed files with 4,664 additions and 2,767 deletions.
9 changes: 5 additions & 4 deletions .env.dev
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
#
###

NEXT_PUBLIC_SITE_DOMAIN=https://web-develop.matters.news
NEXT_PUBLIC_ASSET_DOMAIN=https://assets-develop.matters.news
NEXT_PUBLIC_SITE_DOMAIN=web-develop.matters.news
NEXT_PUBLIC_ASSET_DOMAIN=assets-develop.matters.news
NEXT_PUBLIC_API_URL=https://server-develop.matters.news/graphql
NEXT_PUBLIC_WS_URL=wss://server-develop.matters.news/graphql
NEXT_PUBLIC_OAUTH_URL=https://server-develop.matters.news/oauth
NEXT_PUBLIC_OAUTH_URL=https://auth-server-develop.matters.news/oauth
NEXT_PUBLIC_OAUTH_API_URL=https://auth-server-develop.matters.news/graphql
NEXT_PUBLIC_OAUTH_SITE_DOMAIN=auth-develop.matters.news
NEXT_PUBLIC_SEGMENT_KEY=3gE20MjzN9qncFqlKV0pDvNO7Cp2gWU3
NEXT_PUBLIC_FB_APP_ID=823885921293850
NEXT_PUBLIC_SENTRY_DSN=https://[email protected]/2
Expand Down
9 changes: 5 additions & 4 deletions .env.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
#
###

NEXT_PUBLIC_SITE_DOMAIN=https://web-develop.matters.news
NEXT_PUBLIC_ASSET_DOMAIN=https://assets-develop.matters.news
NEXT_PUBLIC_SITE_DOMAIN=web-develop.matters.news
NEXT_PUBLIC_ASSET_DOMAIN=assets-develop.matters.news
NEXT_PUBLIC_API_URL=https://server-develop.matters.news/graphql
NEXT_PUBLIC_WS_URL=wss://server-develop.matters.news/graphql
NEXT_PUBLIC_OAUTH_URL=https://server-develop.matters.news/oauth
NEXT_PUBLIC_OAUTH_URL=https://auth-server-develop.matters.news/oauth
NEXT_PUBLIC_OAUTH_API_URL=https://auth-server-develop.matters.news/graphql
NEXT_PUBLIC_OAUTH_SITE_DOMAIN=auth-develop.matters.news
NEXT_PUBLIC_SEGMENT_KEY=3gE20MjzN9qncFqlKV0pDvNO7Cp2gWU3
NEXT_PUBLIC_FB_APP_ID=823885921293850
NEXT_PUBLIC_SENTRY_DSN=
Expand Down
9 changes: 5 additions & 4 deletions .env.prod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@
#
###

NEXT_PUBLIC_SITE_DOMAIN=https://matters.news
NEXT_PUBLIC_ASSET_DOMAIN=https://assets.matters.news
NEXT_PUBLIC_SITE_DOMAIN=matters.news
NEXT_PUBLIC_ASSET_DOMAIN=assets.matters.news
NEXT_PUBLIC_API_URL=https://server.matters.news/graphql
NEXT_PUBLIC_WS_URL=wss://server.matters.news/graphql
NEXT_PUBLIC_OAUTH_URL=https://server.matters.news/oauth
NEXT_PUBLIC_OAUTH_URL=https://auth-server.matters.news/oauth
NEXT_PUBLIC_OAUTH_API_URL=https://auth-server.matters.news/graphql
NEXT_PUBLIC_OAUTH_SITE_DOMAIN=auth.matters.news
NEXT_PUBLIC_SEGMENT_KEY=Yk2ao5JvhOCyvCh9SCVBT1iTN4kfTpy7
NEXT_PUBLIC_FB_APP_ID=1415638158583454
NEXT_PUBLIC_SENTRY_DSN=https://[email protected]/3
Expand Down
Loading

0 comments on commit 945ca51

Please sign in to comment.