Skip to content

Commit

Permalink
Remove extraneous WP config env var (#1173)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewfrench committed Oct 12, 2018
1 parent bf8eaea commit 73e7f0f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/ddevapp/wordpress.go
Expand Up @@ -145,9 +145,6 @@ define('WP_HOME', '{{ $config.DeployURL }}');
/** WP_SITEURL location */
define('WP_SITEURL', WP_HOME . '/{{ $config.AbsPath }}');
/** WP_ENV */
define('WP_ENV', getenv('DDEV_ENV_NAME') ? getenv('DDEV_ENV_NAME') : 'production');
/** Define the database table prefix */
$table_prefix = 'wp_';
`
Expand Down

0 comments on commit 73e7f0f

Please sign in to comment.