diff options
Diffstat (limited to 'java/demo/Database/library/config.glacier2')
-rw-r--r-- | java/demo/Database/library/config.glacier2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/demo/Database/library/config.glacier2 b/java/demo/Database/library/config.glacier2 index 062d138f54e..40c30e3de83 100644 --- a/java/demo/Database/library/config.glacier2 +++ b/java/demo/Database/library/config.glacier2 @@ -7,7 +7,8 @@ Glacier2.InstanceName=DemoGlacier2 # 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 4064 -h 127.0.0.1 +#Glacier2.Client.Endpoints=ssl -p 4064 -h 127.0.0.1 +Glacier2.Client.Endpoints=tcp -p 4064 -h 127.0.0.1 # # The server-visible endpoint of Glacier2. This endpoint is only |