diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2016-12-22 20:26:43 +0800 |
---|---|---|
committer | Thomas Boerger <thomas@webhippie.de> | 2016-12-22 13:26:43 +0100 |
commit | 65b1875d2bba97130f2796fe915f2a342ef7869c (patch) | |
tree | 07169fa476e103ccb10811be072d2368b9c474fe /conf | |
parent | 11df7ebfc5013ce6acc302fa7808f9c7cbe684de (diff) | |
download | gitea-65b1875d2bba97130f2796fe915f2a342ef7869c.tar.gz gitea-65b1875d2bba97130f2796fe915f2a342ef7869c.zip |
New settings option for a custom SSH host (#3763) (#446)
* New settings option for a custom SSH host (#3763)
* let default ssh listen addr empty
Diffstat (limited to 'conf')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index 18ad9c3d21..84cb05b27e 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -103,6 +103,8 @@ DISABLE_SSH = false START_SSH_SERVER = false ; Domain name to be exposed in clone URL SSH_DOMAIN = %(DOMAIN)s +; Network interface builtin SSH server listens on +SSH_LISTEN_HOST = ; Port number to be exposed in clone URL SSH_PORT = 22 ; Port number builtin SSH server listens on |