Skip to content

Commit

Permalink
add export call
Browse files Browse the repository at this point in the history
  • Loading branch information
Gunnar Hellekson committed Apr 4, 2013
1 parent 9429990 commit 7cede9a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .env.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,24 @@ EMAIL_FROM_ADDRESS=from_address@gmail.com
# This invitation code will be required for users to signup with your Huginn installation.
# You can see its use in user.rb.
INVITATION_CODE=try-huginn

export \
APP_SECRET_TOKEN \
DOMAIN \
DATABASE_ADAPTER \
DATABASE_ENCODING \
DATABASE_RECONNECT \
DATABASE_NAME \
DATABASE_POOL \
DATABASE_USERNAME \
DATABASE_PASSWORD \
DATABASE_HOST \
DATABASE_PORT \
DATABASE_SOCKET \
SMTP_DOMAIN \
SMTP_USER_NAME \
SMTP_PASSWORD \
SMTP_SERVER \
SMTP_PORT \
SMTP_AUTHENTICATION \
SMTP_ENABLE_STARTTLS_AUTO

0 comments on commit 7cede9a

Please sign in to comment.