This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[root@mybroker1 lenses]# pwd | |
/root/lenses | |
[root@mybroker1 lenses]# cat lenses.conf | |
# Set the ip:port for Lenses to bind to | |
lenses.ip = 0.0.0.0 | |
lenses.port = 8080 | |
# License file allowing connecting to up to N brokers | |
lenses.license.file = "license.json" | |
# Directory where Lenses stores local storage. Currently Data Policies are stored here. | |
# If omitted it will create a directory named 'storage' under the current directory. |
NewerOlder