fix whitespace

This commit is contained in:
AJ ONeal 2018-05-27 04:38:29 -06:00
부모 f7685f8b6a
커밋 157983018b
2개의 변경된 파일15개의 추가작업 그리고 15개의 파일을 삭제

파일 보기

@ -1,16 +1,16 @@
email: 'jon@example.com' # must be valid (for certificate recovery and security alerts) email: 'jon@example.com' # must be valid (for certificate recovery and security alerts)
agree_tos: true # agree to the Telebit, Greenlock, and Let's Encrypt TOSes agree_tos: true # agree to the Telebit, Greenlock, and Let's Encrypt TOSes
community_member: true # receive infrequent relevant updates community_member: true # receive infrequent relevant updates
telemetry: true # contribute to project telemetric data telemetry: true # contribute to project telemetric data
relay: wss://telebit.cloud # Which Telebit Relay to use relay: wss://telebit.cloud # Which Telebit Relay to use
secret: '' # Token or Secret to use for authorization secret: '' # Token or Secret to use for authorization
token: '' # Token or Secret to use for authorization token: '' # Token or Secret to use for authorization
remote_options: remote_options:
https_redirect: true # redirect http to https remotely (default) https_redirect: true # redirect http to https remotely (default)
servernames: # hostnames that direct to the Telebit Relay admin console servernames: # hostnames that direct to the Telebit Relay admin console
- example.com - example.com
- example.net - example.net
local_ports: # ports to forward local_ports: # ports to forward
3000: 'http' 3000: 'http'
8443: 'https' 8443: 'https'
5050: true 5050: true

파일 보기

@ -1,8 +1,8 @@
agree_tos: true # agree to the Telebit, Greenlock, and Let's Encrypt TOSes agree_tos: true # agree to the Telebit, Greenlock, and Let's Encrypt TOSes
community_member: true # receive infrequent relevant updates community_member: true # receive infrequent relevant updates
telemetry: true # contribute to project telemetric data telemetry: true # contribute to project telemetric data
remote_options: remote_options:
https_redirect: true # redirect http to https remotely (default) https_redirect: true # redirect http to https remotely (default)
local_ports: # ports to forward local_ports: # ports to forward
3001: 'http' 3001: 'http'
9443: 'https' 9443: 'https'