mirror of https://github.com/calzoneman/sync.git
Update config.template.yaml
This commit is contained in:
parent
7f4e2a8882
commit
81d16b09fa
|
@ -15,10 +15,9 @@ mysql:
|
||||||
# service on that port. http/io and https/io can be combined, but if http and https
|
# service on that port. http/io and https/io can be combined, but if http and https
|
||||||
# are both specified, only https will be bound to that port.
|
# are both specified, only https will be bound to that port.
|
||||||
#
|
#
|
||||||
# NOTE: You can technically bind an IPv6 address this way, but much of the code has not
|
# If you don't specify a url, the url io.domain:port or https.domain:port will be assumed
|
||||||
# yet been updated to work with IPv6 addresses (ban ranges, IP masking, etc.)
|
# for non-ssl and ssl websockets, respectively. You can override this by specifying the
|
||||||
# IPv6 support is planned, and the below method of binding servers is one step in that
|
# url for a websocket listener.
|
||||||
# direction
|
|
||||||
listen:
|
listen:
|
||||||
# Default HTTP server - default interface, port 8080
|
# Default HTTP server - default interface, port 8080
|
||||||
- ip: ''
|
- ip: ''
|
||||||
|
@ -39,6 +38,7 @@ listen:
|
||||||
# port: 8081
|
# port: 8081
|
||||||
# http: true
|
# http: true
|
||||||
# io: true
|
# io: true
|
||||||
|
# url: 'http://my-other-thing.site.com:8081'
|
||||||
|
|
||||||
# HTTP server details
|
# HTTP server details
|
||||||
http:
|
http:
|
||||||
|
|
Loading…
Reference in New Issue