File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,11 @@ CUSTOM_URL_SCHEMES =
94
94
FILE_EXTENSIONS = .md,.markdown,.mdown,.mkd
95
95
96
96
[server]
97
+ ; Listen protocol. One of 'http', 'https', 'unix' or 'fcgi'.
97
98
PROTOCOL = http
98
99
DOMAIN = localhost
99
100
ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
101
+ ; Listen address. Either a IPv4/IPv6 address or the path to a unix socket.
100
102
HTTP_ADDR = 0.0.0.0
101
103
HTTP_PORT = 3000
102
104
; Permission for unix socket
@@ -156,7 +158,7 @@ LFS_START_SERVER = false
156
158
; Where your lfs files put on, default is data/lfs.
157
159
LFS_CONTENT_PATH = data/lfs
158
160
; LFS authentication secret, changed this to yourself.
159
- LFS_JWT_SECRET =
161
+ LFS_JWT_SECRET =
160
162
161
163
; Define allowed algorithms and their minimum key length (use -1 to disable a type)
162
164
[ssh.minimum_key_sizes]
You can’t perform that action at this time.
0 commit comments