將配置文件中的auth.anonymous的enabled設置為true就可以匿名登錄,不用輸入用戶名和密碼
#################################### Anonymous Auth ########################## [auth.anonymous] # enable anonymous access ;enabled = false # specify organization name that should be used for anonymous users ;org_name = Main Org. # Specify role for anonymous users. Defaults to Viewer, other valid options are Editor and Admin ;org_role = Viewer
org_role設置為Viewer時只能進行查看。
