env.sh 282 B

1234567891011
  1. #!/bin/bash -l
  2. set -e
  3. export RAILS_ENV=production
  4. export RACK_ENV=production
  5. export ELASTICSEARCH_URL=
  6. export REDIS_HOST=localhost
  7. export REDIS_HOST=localhost
  8. export REDIS_HOST=localhost
  9. export RDS_USERNAME=rocketeer
  10. export RDS_DB_NAME=contactrocket
  11. export COMPOSE_HTTP_TIMEOUT=300