GitDeployHub

beaugunderson/open-humans

github.com/beaugunderson/open-humans ↗
Django
20 environment variables found in env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow. (showing first 20, more exist in env.example)

  • SECRET_KEY secret A long, random string used for cryptographic functions within Django SECRET_KEY="3efd62ee86d4a141c3e671d86ba1579f934cf04d"
  • DATABASE_URL secret The PostgreSQL database URL. e.g. for local dev with a database 'mydb', user 'jdoe', password 'pa55wd':
  • DATA_PROCESSING_URL The URL for the site running open-humans-data-processing, our Flask app for data retrieval. It should include protocol, domain and port.…
  • AWS_ACCESS_KEY_ID secret Amazon Web Services settings We use keys for deployment-specific IAM users to manage permissions.
  • AWS_SECRET_ACCESS_KEY secret
  • AWS_S3_STORAGE_BUCKET_NAME secret
  • GO_VIRAL_MANAGEMENT_TOKEN secret GoViral API settings
  • FITBIT_ID Fitbit API settings
  • FITBIT_SECRET secret
  • JAWBONE_ID Jawbone API settings
  • JAWBONE_SECRET secret
  • MOVES_ID Moves API settings
  • MOVES_SECRET secret
  • RUNKEEPER_ID RunKeeper API settings
  • RUNKEEPER_SECRET secret
  • WITHINGS_ID Withings API settings
  • WITHINGS_SECRET secret
  • NOBROWSER Settings for BrowserStack. Some tests will fail if this isn't set correctly. BROWSERSTACK_KEY="" BROWSERSTACK_EXECUTOR="" Set this to true…
  • MAILCHIMP_API_KEY secret Mailchimp settings The API key from your account page, under 'Extras', 'API Keys'
  • MAILCHIMP_NEWSLETTER_LIST The ID of the email list, from the Mailchimp.lists.list() command
Or deploy to a different host
← Try another repo