-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b111b2
commit 1a6ab03
Showing
1 changed file
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |