diff options
author | Patrick Lühne <patrick@luehne.de> | 2018-11-08 16:16:07 +0100 |
---|---|---|
committer | techknowlogick <hello@techknowlogick.com> | 2018-11-08 10:16:07 -0500 |
commit | c2f72b13460e0db5e90a61c57c8f57fcb8c5527f (patch) | |
tree | 8daeb53c74ffbab80b131cad6eec8cf5289ca232 /custom | |
parent | e8b197d6f688bdffaad2e63eb6204c7463517233 (diff) | |
download | gitea-c2f72b13460e0db5e90a61c57c8f57fcb8c5527f.tar.gz gitea-c2f72b13460e0db5e90a61c57c8f57fcb8c5527f.zip |
Fix typo in configuration (#5295)
Signed-off-by: Patrick Lühne <patrick@luehne.de>
Diffstat (limited to 'custom')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 781fe3ca5f..f42fa122b8 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -146,7 +146,7 @@ START_SSH_SERVER = false BUILTIN_SSH_SERVER_USER = ; Domain name to be exposed in clone URL SSH_DOMAIN = %(DOMAIN)s -; THe network interface the builtin SSH server should listen on +; The network interface the builtin SSH server should listen on SSH_LISTEN_HOST = ; Port number to be exposed in clone URL SSH_PORT = 22 |