We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 271c8c0 commit 124d970Copy full SHA for 124d970
config/application.php
@@ -35,7 +35,7 @@
35
*/
36
define('DB_CHARSET', 'utf8');
37
define('DB_COLLATE', '');
38
-$table_prefix = 'wp_';
+$table_prefix = getenv('DB_PREFIX') ? getenv('DB_PREFIX') : 'wp_';
39
40
/**
41
* WordPress Localized Language
0 commit comments