Skip to content

Instantly share code, notes, and snippets.

@dattard21
Created December 28, 2016 11:59
Show Gist options
  • Save dattard21/41a7c22c274c2eb6a5b18f1469a59ed2 to your computer and use it in GitHub Desktop.
Save dattard21/41a7c22c274c2eb6a5b18f1469a59ed2 to your computer and use it in GitHub Desktop.
/** The name of the database for WordPress */
define('DB_NAME', 'wp_db_prod_main');
/** MySQL database username */
define('DB_USER', 'wp_db_prod');
/** MySQL database password */
define('DB_PASSWORD', 'passmyWPw0rd!');
/** MySQL hostname */
define('DB_HOST', 'aws-auroradb-cluster.cluster-c97kgt5tzlzo.us-west-2.rds.amazonaws.com');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment