diff --git a/doc/deployment.md b/doc/deployment.md
index a567d084f5079677bdff52430233e9db4a3f6a80..9738d23ab5a412e79b7b17088d32d58b2aa290d5 100644
--- a/doc/deployment.md
+++ b/doc/deployment.md
@@ -467,7 +467,7 @@ After editing it should look like the example bellow:
                
       "requireHttps": false,
       "useHttpBasicAuth": true,
-        clearHashAfterLogin": false,
+      "clearHashAfterLogin": false,
          
       "showDebugInformation": true
   }
@@ -503,13 +503,13 @@ appConfig.factory('APIEndPointService', function() {
       STATUS: "ROOTURL/status/",
       APIURL: "http://localost:13000",
       WEBURL: "ROOTURL/nfvportal",
-      APIOAUTHURL: "ROOTURL/auth/realms/openslice",
+      APIOAUTHURL: "http://keycloak:8080/auth/realms/openslice",
       APITMFURL: "ROOTURL/tmf-api/serviceCatalogManagement/v4"
    };
 });
 ```
 
-> Note the difference in "APIOAUTHURL" property
+> Note the difference in "APIOAUTHURL" property, changing ROOTURL -> http://keycloak:8080
 
 
 ### NFV Orchestrator Configuration