Skip to content

Commit

Permalink
update the example env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseatroy committed Feb 23, 2021
1 parent 1b111b2 commit 1a6ab03
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
export USGS_USERNAME=something_secret_goes_here
export USGS_PASSWORD=something_secret_goes_here

export PANOPTES_PROD_CLIENT_ID=something_secret_goes_here
export PANOPTES_PROD_CLIENT_SECRET=something_secret_goes_here
export PANOPTES_PROD_URL=https://panoptes.zooniverse.org/

export PANOPTES_STAGING_CLIENT_ID=something_secret_goes_here
export PANOPTES_STAGING_CLIENT_SECRET=something_secret_goes_here
export PANOPTES_STAGING_URL=https://panoptes-staging.zooniverse.org/

export STAGING_DB_USERNAME=example_username
export STAGING_DB_PASSWORD=example_password
export STAGING_DB_PASSWORD=hostname.example.com

PANOPTES_CLIENT_ID=some_key
PANOPTES_CLIENT_SECRET=some_key
PANOPTES_URL=https://panoptes.zooniverse.org/

PANOPTES_PROD_USERNAME=a_username
PANOPTES_PROD_USER_KEY=a_user_key

0 comments on commit 1a6ab03

Please sign in to comment.