Skip to content
tsinha edited this page May 7, 2013 · 5 revisions

This script is called from ruby_wrapper, which is in turn called from httpd.conf.

This script is also called from .bash_profile, and from envvars in the /etc/apache2 configuration directory.

This file exists in /home/heh.

#!/bin/sh

export RAILS_ENV=development
export GMAIL_USERNAME=XXX
export GMAIL_PASSWORD=XXX
export EMAIL_USERNAME='XXX'
export EMAIL_PASSWORD='XXX'
export HEH_DB_PASSWORD='XXX'
export REDCAP_DB_PASSWORD='XXX'
export FITBIT_CONSUMER_KEY='XXX'
export FITBIT_CONSUMER_SECRET='XXX'
export WITHINGS_CONSUMER_KEY='XXX'
export WITHINGS_CONSUMER_SECRET='XXX'
export DOCUSIGN_USER='XXX'
export DOCUSIGN_PASSWORD='XXX'
export DOCUSIGN_CONSUMER_KEY='XXX'
export DOCUSIGN_CLIENT='XXX'
export MANDRILL_APIKEY='XXX'

Clone this wiki locally