summaryrefslogtreecommitdiffstats
path: root/scripts/entrypoint.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/entrypoint.pl')
-rwxr-xr-xscripts/entrypoint.pl12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/entrypoint.pl b/scripts/entrypoint.pl
index f5abf4966..02d414c64 100755
--- a/scripts/entrypoint.pl
+++ b/scripts/entrypoint.pl
@@ -49,12 +49,12 @@ sub cmd_demo {
unless (-f '/app/data/params') {
cmd_load_test_data();
check_env(qw(
- PHABRICATOR_LOGIN
- PHABRICATOR_PASSWORD
- PHABRICATOR_API_KEY
- CONDUIT_LOGIN
- CONDUIT_PASSWORD
- CONDUIT_API_KEY
+ PHABRICATOR_BOT_LOGIN
+ PHABRICATOR_BOT_PASSWORD
+ PHABRICATOR_BOT_API_KEY
+ CONDUIT_USER_LOGIN
+ CONDUIT_USER_PASSWORD
+ CONDUIT_USER_API_KEY
));
run( 'perl', 'scripts/generate_conduit_data.pl' );
}