diff --git a/app-template.yaml b/app-template.yaml
index 964b5b7..73f2ef0 100644
--- a/app-template.yaml
+++ b/app-template.yaml
@@ -166,7 +166,9 @@ parameters:
 - description: Git source URI for application
   name: SOURCE_URL
   required: true
-  value: https://github.com/openshiftdemos/openshift-tasks
+  #value: http://testYOUR#-gogs.apps.cluster-CLUSTER_NAME.example.opentlc.com/testdrive/openshift-tasks
+  #value: https://github.com/mirkhala/openshift-tasks
+  value: https://magdamartinez@dev.azure.com/magdamartinez/OpenShift%20Tasks%20Web%20-%20Delivery%20plans/_git/openshift-tasks
 - description: Git branch/tag reference
   name: SOURCE_REF
-  value: master
+  value: green
diff --git a/src/main/webapp/index.jsp b/src/main/webapp/index.jsp
index 00a72a7..207d273 100644
--- a/src/main/webapp/index.jsp
+++ b/src/main/webapp/index.jsp
@@ -4,7 +4,7 @@
 <html lang="en-us">
 <!--<![endif]-->
   <head>
-    <title>OpenShift Demo Tasks</title>
+    <title>OpenShift Demo Tasks Green</title>
     <meta charset="UTF-8">
     <meta http-equiv="X-UA-Compatible" content="IE=Edge">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
@@ -42,7 +42,7 @@
           <span class="icon-bar"></span>
         </button>
         <a class="navbar-brand" href="/">
-          OpenShift Tasks Demo
+          OpenShift Tasks Green
         </a>
       </div>
       <div class="collapse navbar-collapse navbar-collapse-1">