Skip to content
Collin Mutembei edited this page Feb 11, 2016 · 4 revisions

Environment variables for BLST

In the postactivate file of you virtual environment set these variable:

  • export SECRET=thequickbrownfoxjumpedoverthelazydogs - some random text
  • export DATABASE_URL=postgres://<db-user>:<db-password>@127.0.0.1:5432/bucketlist
  • export SOCIAL_AUTH_TWITTER_KEY=<twitter-consumer-key>
  • export SOCIAL_AUTH_TWITTER_SECRET=<twitter-consumer-secret>

replace <db-user> and <db-password> to match your postgres DB
get the twitter configuration values from https://apps.twitter.com/

Clone this wiki locally