Release 1.0.0-rc.0 (#1614)
Update CHANGELOG/VERSION for 1.0.0-rc.0 release. * Add a note about new https settings to top-level README. * Mark --web.config flag as experimental. Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
c4183f9935
commit
ef7c05816a
4 changed files with 39 additions and 7 deletions
|
|
@ -159,7 +159,7 @@ func main() {
|
|||
).Default("false").Bool()
|
||||
configFile = kingpin.Flag(
|
||||
"web.config",
|
||||
"Path to config yaml file that can enable TLS or authentication.",
|
||||
"[EXPERIMENTAL] Path to config yaml file that can enable TLS or authentication.",
|
||||
).Default("").String()
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue