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 33f5414 commit fb4bfc9Copy full SHA for fb4bfc9
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