We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655f5b4 commit 5199169Copy full SHA for 5199169
wp-config-sample.php
@@ -18,7 +18,8 @@
18
* @package WordPress
19
*/
20
21
-require_once __DIR__ . '/wp-config-riotkit.php';
+// by including it from /usr/src we make sure it will be always up-to-date, when we update the image
22
+require_once '/usr/src/wordpress/wp-config-riotkit.php';
23
24
/*
25
* WARNING: DB CREDENTIALS DEFINED THERE HAVE NO EFFECT. AS THOSE ARE DEFINED IN wp-config-riotkit.php IN PRIORITY AND TAKEN FROM ENVIRONMENT!
0 commit comments