You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by si...@apache.org on 2020/07/02 07:54:55 UTC

[pulsar-manager] branch master updated: Update README.md regarding issues/283 (#314)

This is an automated email from the ASF dual-hosted git repository.

sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-manager.git


The following commit(s) were added to refs/heads/master by this push:
     new 42025e0  Update README.md regarding issues/283 (#314)
42025e0 is described below

commit 42025e019803ff35067b1644dbffc3dd3e5e44e1
Author: josuemotte <38...@users.noreply.github.com>
AuthorDate: Thu Jul 2 09:54:44 2020 +0200

    Update README.md regarding issues/283 (#314)
    
    * Update README.md regarding issues/283
    
    - added an example line in case using the standalone version.
    - added the name of the file in case using pulsar-manager binary/source.
---
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 261a5cd..bd45c64 100644
--- a/README.md
+++ b/README.md
@@ -211,6 +211,9 @@ Use the default account (`pulsar`) and the default password (`pulsar`) to log in
 
 The puslar-manager supports multiple environment configurations and can manage multiple environments conveniently. 
 
+Here, the service URL represents the service IP address of the broker. If you run Pulsar manager in the standalone mode, it should be set to "http://127.0.0.1:8080".
+You can easily find it in the client.conf file of your pulsar-manager. 
+
 ![pulsar-manager-environments](docs/img/pulsar-manager-environments.gif)
 
 ### Manage tenants
@@ -270,4 +273,3 @@ The JDBC URL will look like this:
 jdbc:herddb:zookeeper:localhost:2181/herddb
 
 In order to start and setup an HerdDB database follow the instructions on the [HerdDB documentation](https://github.com/diennea/herddb/wiki).
-