Advertisement
Guest User

Untitled

a guest
Feb 15th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Integrates into /etc/profile.d/ for execution at instance creation
  4.  
  5. # Exports secrets into environment variables accessible from the shell
  6. # Requires additional integration with Apache webserver for utilization from settings.php
  7.  
  8. export DRUPAL_RDS_USER=
  9. export DRUPAL_RDS_PASS=
  10. export DRUPAL_RDS_HOST=
  11. export DRUPAL_RDS_DB=
  12. export DRUPAL_RDS_PORT=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement