1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-01 23:35:06 +00:00

disable ssh when SSH_PORT is unset

This commit is contained in:
Girish Ramakrishnan
2016-04-11 10:44:43 -07:00
parent 61b32de1cf
commit 121c517698
2 changed files with 10 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ DOMAIN = ##DOMAIN
ROOT_URL = https://%(DOMAIN)s/
HTTP_ADDR =
HTTP_PORT = 3000
DISABLE_SSH = false
DISABLE_SSH = ##DISABLE_SSH
SSH_PORT = ##SSH_PORT
; Landing page for non-logged users, can be "home" or "explore"
LANDING_PAGE = explore