?? config.glacier2
字號(hào):
## The client-visible endpoint of Glacier2. This should be an endpoint# visible from the public Internet, and it should be secure.# Glacier2.Client.Endpoints=ssl -p 10005## The server-visible endpoint of Glacier2. This endpoint is only# required if callbacks are needed (leave empty otherwise). This# should be an endpoint on an internal network (like 192.168.x.x), or# on the loopback, so that the server is not directly accessible from# the Internet.#Glacier2.Server.Endpoints=tcp -h 127.0.0.1# # The proxy of the session manager.#Glacier2.SessionManager=ChatSessionManager:tcp -h 127.0.0.1 -p 10001# # For this demo, we use a dummy permissions verifier that is# collocated with the session server process. This dummy permissions# verifier allows any user-id / password combination.# Glacier2.PermissionsVerifier=verifier:tcp -h 127.0.0.1 -p 10001## The timeout for inactive sessions. If any client session is inactive# for longer than this value, the session expires and is removed. The# unit is seconds.#Glacier2.SessionTimeout=30## We don't want to allow access to any server back-end objects# that do not have the _userId as their category.#Glacier2.AddUserToAllowCategories=2## To prevent Glacier2 from being flooded with requests from or to one# particular client, Glacier2 can be configured to sleep for a certain# period after all current requests for this client have been# forwarded. During this sleep period, new requests for the client are# queued. These requests are then all sent once the sleep period is# over. The unit is milliseconds.#Glacier2.Client.SleepTime=500Glacier2.Server.SleepTime=500## SSL Settings.#Ice.Plugin.IceSSL=IceSSL:createIceSSL.Client.CertPath=certsIceSSL.Client.Config=sslconfig.xmlIceSSL.Server.CertPath=certsIceSSL.Server.Config=sslconfig.xml#IceSSL.Trace.Security=1
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -