Skip to content

Commit

Permalink
wp-config messing things up
Browse files Browse the repository at this point in the history
  • Loading branch information
bak11004 committed Apr 26, 2016
1 parent 905e5b8 commit d561523
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions appspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions www/wp-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down

0 comments on commit d561523

Please sign in to comment.