We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
/etc/apache2
This file exists in /home/heh.
/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'