Skip to content

Commit

Permalink
Merge pull request #157 from CaptainFact/staging
Browse files Browse the repository at this point in the history
Update NGinx conf with internal OpenGraph service URL
  • Loading branch information
Betree authored Jul 19, 2018
2 parents e6e9a0a + d0afea0 commit 74d8326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/env/prod.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JS_ENV=prod
HTTP_API_URL=https://api.captainfact.io
WS_API_URL=wss://api.captainfact.io/socket
OG_URL=https://opengraph.captainfact.io
OG_URL=http://opengraph
FRONTEND_URL=https://captainfact.io
STATIC_RESOURCES_URL=https://s3.amazonaws.com/captainfact/resources/
FB_APP_ID=1502183533135523
2 changes: 1 addition & 1 deletion config/env/staging.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JS_ENV=staging
HTTP_API_URL=https://api.staging.captainfact.io
WS_API_URL=wss://api.staging.captainfact.io/socket
OG_URL=https://opengraph.staging.captainfact.io
OG_URL=http://opengraph
FRONTEND_URL=https://staging.captainfact.io
STATIC_RESOURCES_URL=https://s3.amazonaws.com/captainfact-staging/resources/
FB_APP_ID=1923415864574767

0 comments on commit 74d8326

Please sign in to comment.