Skip to content
This repository has been archived by the owner on Oct 6, 2019. It is now read-only.

Commit

Permalink
Update sample.hcl
Browse files Browse the repository at this point in the history
  • Loading branch information
Caiyeon authored Feb 23, 2018
1 parent e23b2ca commit 30cee09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/sample.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
listener "tcp" {
# [Required] [Format: "address", "address:port", or ":port"]
# goldfish's listening address and/or port. Simply ":443" would suffice.
address = "127.0.0.1:8000"
address = ":8000"

# [Optional] [Default: 0] [Allowed values: 0, 1]
# set to 1 to disable tls & https
Expand Down

0 comments on commit 30cee09

Please sign in to comment.