diff --git a/tests/behat.template.yml b/tests/behat.template.yml
index 4dd147b..f2cbb58 100644
--- a/tests/behat.template.yml
+++ b/tests/behat.template.yml
@@ -4,13 +4,18 @@ imports:
 default:
   extensions:
     Behat\MinkExtension:
-      base_url: http://mydrupalsite.com
+      # Set 'base_url' to the URL to view your Drupal site.
+      # For example: http://mydrupalsite.com
+      base_url: '@BASE_URL@'
       files_path: './profiles/panopoly/modules/panopoly/panopoly_test/tests'
     Drupal\DrupalExtension:
       drush:
-        root: '/path/to/drupal/root'
+        # Set 'root' to the full path to your Drupal code base.
+        # For example: '/var/www/drupal'
+        root: '@DRUPAL_ROOT@'
       drupal:
-        drupal_root: '/path/to/drupal/root'
+        # Same as 'root' above!
+        drupal_root: '@DRUPAL_ROOT@'
       # Look in the profile modules directory and pull in module subcontexts.
       subcontexts:
         paths:
