Browse Source

Fix typo in configuration (#5295)

Signed-off-by: Patrick Lühne <patrick@luehne.de>
master
Patrick Lühne techknowlogick 6 years ago
parent
commit
c2f72b1346
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      custom/conf/app.ini.sample

+ 1
- 1
custom/conf/app.ini.sample View File

@@ -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


Loading…
Cancel
Save