Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
geosoft1 committed Apr 11, 2019
1 parent 1a70535 commit d5dce6d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,25 +37,25 @@ or for HTTPS

go build https.go

Parameters
### Parameters

### `-conf`
#### `-conf`

Start program with a certain configuration file. Default `conf.json`.

### `-http`
#### `-http`

Listening address and port for HTTP server. Default `:8080`.

### `-https`
#### `-https`

Listening address and port for HTTPS server. Default `:8090`.

### `-https-enabled`
#### `-https-enabled`

Enable HTTPS server. Default `false`.

### `-verbose`
#### `-verbose`

Enable verbose mode for middleware.

Expand Down

0 comments on commit d5dce6d

Please sign in to comment.