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.
2 parents d4c4525 + fb4bfc9 commit e91335bCopy full SHA for e91335b
functions.php
@@ -31,7 +31,7 @@ function check_required_env( $check_db = true ) {
31
continue;
32
}
33
if ( false === getenv( $var ) ) {
34
- error_message( $var . ' must be set as an environment variable.' );
+ error_message( $var . ' must be set as an environment variable. Did you remember to execute \'source .env\' to load the environment variables?' );
35
36
37
0 commit comments