diff --git a/config/env/prod.env b/config/env/prod.env index ad721a3d2..878aca124 100644 --- a/config/env/prod.env +++ b/config/env/prod.env @@ -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 diff --git a/config/env/staging.env b/config/env/staging.env index 394ca2ca2..75aceae20 100644 --- a/config/env/staging.env +++ b/config/env/staging.env @@ -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