mirror of
https://github.com/go-gitea/gitea
synced 2025-08-13 13:08:19 +00:00
able to disable SSH for #883
This commit is contained in:
@@ -18,6 +18,8 @@ DOMAIN = localhost
|
||||
ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/
|
||||
HTTP_ADDR =
|
||||
HTTP_PORT = 3000
|
||||
; Disable SSH feature when not available
|
||||
DISABLE_SSH = false
|
||||
SSH_PORT = 22
|
||||
; Disable CDN even in "prod" mode
|
||||
OFFLINE_MODE = false
|
||||
|
Reference in New Issue
Block a user