Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Add details from deploying on preview
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Duca committed Feb 14, 2016
1 parent b69abbb commit 72c0992
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/containers/HeaderAuth.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ export default class HeaderAuth extends Component {
// From the Rog Testing app on staging
const appId = '24ad5676d5d25c6aa850dc5d5f63ec8c03dbc7ae113b6442b8571fce6c5b974c';
const redirectUri = 'http://localhost:3000/?env=staging#/';
// From Wildcam on staging.
// For deploy-preview, comment the previous two line and use the following two
// const appId = '17bdbeb57f54a3bf6344cf7150047879cfa1c8d5f9fd77d64923e6c81fe6e949';
// const redirectUri = 'https://preview.zooniverse.org/wge/';
const url = [
Panoptes._config.host,
'/oauth/authorize',
Expand Down

0 comments on commit 72c0992

Please sign in to comment.