diff --git a/setup-pentaho/kettle-properties/dev-kettle.properties b/setup-pentaho/kettle-properties/dev-kettle.properties index a41c87a..7793815 100644 --- a/setup-pentaho/kettle-properties/dev-kettle.properties +++ b/setup-pentaho/kettle-properties/dev-kettle.properties @@ -1,2 +1,2 @@ HOST_ENV=dev -PDI_TEST_WELCOME_MESSAGE="Hi from Dev PDI!!!" +PDI_TEST_MESSAGE="Hi from Dev PDI!!!" diff --git a/setup-pentaho/kettle-properties/localhost-kettle.properties b/setup-pentaho/kettle-properties/localhost-kettle.properties index 9328d77..cd9207e 100644 --- a/setup-pentaho/kettle-properties/localhost-kettle.properties +++ b/setup-pentaho/kettle-properties/localhost-kettle.properties @@ -1,2 +1,2 @@ HOST_ENV=localhost -PDI_TEST_WELCOME_MESSAGE="Hi from Localhost PDI!!!" +PDI_TEST_MESSAGE="Hi from Localhost PDI!!!" diff --git a/setup-pentaho/kettle-properties/prod-kettle.properties b/setup-pentaho/kettle-properties/prod-kettle.properties index 3103bbf..d216537 100644 --- a/setup-pentaho/kettle-properties/prod-kettle.properties +++ b/setup-pentaho/kettle-properties/prod-kettle.properties @@ -1,2 +1,2 @@ HOST_ENV=prod -PDI_TEST_WELCOME_MESSAGE="Hi from Prod PDI!!!" +PDI_TEST_MESSAGE="Hi from Prod PDI!!!" diff --git a/setup-pentaho/kettle-properties/qa-kettle.properties b/setup-pentaho/kettle-properties/qa-kettle.properties index 3a1d8ce..e0f6371 100644 --- a/setup-pentaho/kettle-properties/qa-kettle.properties +++ b/setup-pentaho/kettle-properties/qa-kettle.properties @@ -1,2 +1,2 @@ HOST_ENV=qa -PDI_TEST_WELCOME_MESSAGE="Hi from QA PDI!!!" +PDI_TEST_MESSAGE="Hi from QA PDI!!!"