From 49ee7854c1401b94c2a74852240e7f0291330103 Mon Sep 17 00:00:00 2001 From: irib Date: Sat, 21 Oct 2017 19:47:09 +0200 Subject: [PATCH] Change localhost to 127.0.0.1 for Auth --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9aa96d..948043c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ You will show ``` ``` -# Login http://localhost:8080 with following credential: +# Login http://127.0.0.1:8080 with following credential: username: XDB password: xdb ```