ソースを参照

Merge pull request #521 from 9seconds/docs/required-default-convention

docs: mark secret as (required) in example.config.toml
pull/528/head
Sergei Arkhipov 4ヶ月前
コミット
03381b41c0
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更3行の追加3行の削除
  1. 3
    3
      example.config.toml

+ 3
- 3
example.config.toml ファイルの表示

@@ -15,9 +15,9 @@
15 15
 # you have any issue.
16 16
 debug = true
17 17
 
18
-# A secret. Please remember that mtg supports only FakeTLS mode, legacy
19
-# simple and secured mode are prohibited. For you it means that secret
20
-# should either be base64-encoded or starts with ee.
18
+# A secret (required). Please remember that mtg supports only FakeTLS
19
+# mode, legacy simple and secured mode are prohibited. For you it means
20
+# that secret should either be base64-encoded or starts with ee.
21 21
 secret = "ee367a189aee18fa31c190054efd4a8e9573746f726167652e676f6f676c65617069732e636f6d"
22 22
 
23 23
 # Host:port pair to run proxy on (required).

読み込み中…
キャンセル
保存