Skip to content

Commit

Permalink
Improve docs for PROTOCOL and HTTP_ADDR options (#2231)
Browse files Browse the repository at this point in the history
Fixes: #2230
  • Loading branch information
silverwind authored and lafriks committed Jul 30, 2017
1 parent d74d8ec commit 9a505fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf/app.ini
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,11 @@ CUSTOM_URL_SCHEMES =
FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd

[server]
; Listen protocol. One of 'http', 'https', 'unix' or 'fcgi'.
PROTOCOL = http
DOMAIN = localhost
ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
; Listen address. Either a IPv4/IPv6 address or the path to a unix socket.
HTTP_ADDR = 0.0.0.0
HTTP_PORT = 3000
; Permission for unix socket
Expand Down Expand Up @@ -156,7 +158,7 @@ LFS_START_SERVER = false
; Where your lfs files put on, default is data/lfs.
LFS_CONTENT_PATH = data/lfs
; LFS authentication secret, changed this to yourself.
LFS_JWT_SECRET =
LFS_JWT_SECRET =

; Define allowed algorithms and their minimum key length (use -1 to disable a type)
[ssh.minimum_key_sizes]
Expand Down

0 comments on commit 9a505fa

Please sign in to comment.