diff --git a/appspec.yml b/appspec.yml index 24006d3..1911e10 100644 --- a/appspec.yml +++ b/appspec.yml @@ -43,7 +43,7 @@ files: # If you are not running any commands on the Amazon EC2 instance, then remove # the "hooks" section altogether. A blank or incomplete "hooks" section # may cause associated deployments to fail. -# hooks: +hooks: # For each deployment lifecycle event, specify multiple "location" entries # if you want to run multiple scripts during that event. # You can specify "timeout" as the number of seconds to wait until failing the deployment @@ -76,8 +76,8 @@ files: # runas: # During the BeforeInstall deployment lifecycle event, run the commands # in the script specified in "location". -BeforeInstall: - - location: beforeinstall.sh + BeforeInstall: + - location: beforeinstall.sh # During the AfterInstall deployment lifecycle event, run the commands # in the script specified in "location". # AfterInstall: diff --git a/www/wp-config.php b/www/wp-config.php index d258822..eb19437 100644 --- a/www/wp-config.php +++ b/www/wp-config.php @@ -172,13 +172,13 @@ // Load defaults - define('DB_NAME', 'wordpress'); + define('DB_NAME', 'ation'); - define('DB_USER', 'root'); + define('DB_USER', 'ation'); - define('DB_PASSWORD', 'wordpresspw'); + define('DB_PASSWORD', 'ationmedia'); - define('DB_HOST', 'mysql'); + define('DB_HOST', 'develop.digitalmediauconn.org'); define('DB_CHARSET', 'utf8');